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.