Update README.md
Browse files
README.md
CHANGED
|
@@ -46,19 +46,7 @@ pip install -r requirements.txt
|
|
| 46 |
|
| 47 |
### How to Use
|
| 48 |
|
| 49 |
-
Please
|
| 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 |
|