haopt commited on
Commit
fc09ec8
·
verified ·
1 Parent(s): 564e89b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -24,7 +24,7 @@ tags:
24
  <br> <br>
25
  </div>
26
 
27
- This repository hosts Raster2Seq PyTorch checkpoints for polygon sequence generation from rasterized floorplans. Each checkpoint is stored in its own subfolder so users can download all checkpoints or only the subfolder they need.
28
 
29
  ## Available Checkpoints
30
 
@@ -60,7 +60,7 @@ local_repo = snapshot_download(
60
  With the Raster2Seq codebase, users can load by alias:
61
 
62
  ```bash
63
- python eval.py --checkpoint hf:raster2graph-512 ...
64
  ```
65
 
66
  or download directly:
@@ -68,7 +68,7 @@ or download directly:
68
  ```python
69
  from raster2seq_hub import download_checkpoint
70
 
71
- ckpt_path = download_checkpoint("raster2graph-512")
72
  ```
73
 
74
  **Please CITE** our paper and give us a :star: whenever this repository is used to help produce published results or incorporated into other software.
 
24
  <br> <br>
25
  </div>
26
 
27
+ This repository hosts Raster2Seq's PyTorch checkpoints for floorplan reconstruction. Each checkpoint is stored in its own subfolder so users can download all checkpoints or only the subfolder they need.
28
 
29
  ## Available Checkpoints
30
 
 
60
  With the Raster2Seq codebase, users can load by alias:
61
 
62
  ```bash
63
+ python eval.py --checkpoint hf:cubicasa5k ...
64
  ```
65
 
66
  or download directly:
 
68
  ```python
69
  from raster2seq_hub import download_checkpoint
70
 
71
+ ckpt_path = download_checkpoint("cubicasa5k")
72
  ```
73
 
74
  **Please CITE** our paper and give us a :star: whenever this repository is used to help produce published results or incorporated into other software.