Image-to-3D
English
zoujx96 commited on
Commit
fef976f
·
verified ·
1 Parent(s): 533fe21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -19,12 +19,12 @@ GTR is a large 3D reconstruction model that takes multi-view images as input and
19
  - **Developed by:** [Snap Research](https://github.com/snap-research)
20
  - **License:** [snap-non-commercial-license](https://huggingface.co/snap-research/gtr/blob/main/LICENSE)
21
 
22
- ## Model Sources [optional]
23
 
24
  <!-- Provide the basic links for the model. -->
25
 
26
  - **Repository:** [https://github.com/snap-research/snap_gtr/tree/main]
27
- - **Paper [optional]:** [https://arxiv.org/abs/2406.05649]
28
 
29
  ## How to Get Started with the Model
30
 
@@ -60,7 +60,7 @@ python3 scripts/prepare_mv.py --in_dir ./examples/cute_horse.png --out_dir ./exa
60
  python3 scripts/inference.py --ckpt_path ckpts/full_checkpoint.pth --in_dir ./examples/cute_horse --out_dir ./outputs/cute_horse
61
  ```
62
 
63
- ## Citation [optional]
64
 
65
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
66
 
 
19
  - **Developed by:** [Snap Research](https://github.com/snap-research)
20
  - **License:** [snap-non-commercial-license](https://huggingface.co/snap-research/gtr/blob/main/LICENSE)
21
 
22
+ ## Model Sources
23
 
24
  <!-- Provide the basic links for the model. -->
25
 
26
  - **Repository:** [https://github.com/snap-research/snap_gtr/tree/main]
27
+ - **Paper:** [https://arxiv.org/abs/2406.05649]
28
 
29
  ## How to Get Started with the Model
30
 
 
60
  python3 scripts/inference.py --ckpt_path ckpts/full_checkpoint.pth --in_dir ./examples/cute_horse --out_dir ./outputs/cute_horse
61
  ```
62
 
63
+ ## Citation
64
 
65
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
66