Image-to-3D
Fictionary commited on
Commit
f20738d
·
verified ·
1 Parent(s): 8b98c35

Create README.md

Browse files

# Reconstruction on Tanks and Temples and DTU Datasets

We provide the reconstructed meshes of the paper's experiments from GeoSVR.

You can browse all the released meshes here:

- `meshes_complete/`: The complete meshes of the two datasets.

- `DTU_meshes_eval/`: The meshes on DTU datasets, with strict filtering strategy for evaluation.

- `TnT_meshes_eval/`: The meshes on TnT datasets, with strict filtering strategy for evaluation.

Metrics shall be reproduced with the results with postfix of `_eval`.

## Download

```python
from huggingface_hub import snapshot_download
snapshot_download(repo_id="Fictionary/GeoSVR", cache_dir='./GeoSVR/results', local_dir ='./GeoSVR/results')
```
or use Git to clone this repository with LFS.

Files changed (1) hide show
  1. README.md +0 -0
README.md ADDED
File without changes