Image-to-3D
English
zoujx96 commited on
Commit
e427cac
·
verified ·
1 Parent(s): 0bdad80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -13
README.md CHANGED
@@ -46,19 +46,7 @@ pip install -r requirements.txt
46
 
47
  ### How to Use
48
 
49
- Please download model checkpoint from [here](https://drive.google.com/file/d/1ITVqdDLmY5EISj4vsZ2O4sN5mZv9fUfB/view?usp=sharing), and then put it under the `ckpts/` directory.
50
-
51
- We provide multiview grid data examples under `./examples/` generated using [Zero123++](https://github.com/SUDO-AI-3D/zero123plus). Our inference script loads pretrained checkpoint, runs fast texture refinement, reconstructs the textured mesh from multiview grid data and exports the mesh. There will be 3 files in the output folder, including exported mesh in `.obj` format, rotating gif visuals of mesh and rotating gif visuals of NeRF.
52
-
53
- To infer on multiview data from other sources, simply change camera parameters [here](https://github.sc-corp.net/Snapchat/GTR/blob/main/scripts/prepare_mv.py#L153-L157) accordingly to match the multiview data.
54
-
55
- ```bash
56
- # Preprocessing
57
- python3 scripts/prepare_mv.py --in_dir ./examples/cute_horse.png --out_dir ./examples/cute_horse
58
-
59
- # Inference
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
 
 
46
 
47
  ### How to Use
48
 
49
+ Please follow instructions [here](https://github.com/snap-research/snap_gtr/tree/main?tab=readme-ov-file#how-to-use).
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  ## Citation
52