Skip to content

minfenli/dust3r-mesh

Repository files navigation

DUSt3R-Mesh: Geometric 3D Mesh Made Easy

demo

An implementation that utilize DUSt3R: Geometric 3D Vision Made Easy
[Project page] to reconstruct 3D meshes for unknown-pose images.

Get Started

Please follow DUSt3R to prepare your enviorment.

You may also need to install open3d for mesh processing.

pip install open3d

Demo

python mesh.py

Or your customized data path

python mesh.py --data_path {your data path} --save_path {your save path}

Reference

@inproceedings{dust3r_cvpr24,
      title={DUSt3R: Geometric 3D Vision Made Easy}, 
      author={Shuzhe Wang and Vincent Leroy and Yohann Cabon and Boris Chidlovskii and Jerome Revaud},
      booktitle = {CVPR},
      year = {2024}
}

@misc{dust3r_arxiv23,
      title={DUSt3R: Geometric 3D Vision Made Easy}, 
      author={Shuzhe Wang and Vincent Leroy and Yohann Cabon and Boris Chidlovskii and Jerome Revaud},
      year={2023},
      eprint={2312.14132},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

License

The code is distributed under the CC BY-NC-SA 4.0 License. See LICENSE for more information.

About

DUSt3R-Mesh: Geometric 3D Mesh Made Easy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published