SibylGao / MSCVP-MVSNet

Demos and results of our method. Code will be available soon...
10 stars 1 forks source link

Questions regarding creation of point clouds and 3D visualizations #1

Closed asrimanth closed 1 year ago

asrimanth commented 1 year ago

Hello, I came across your repository on paperswithcode.com and was amazed by the 3D visualizations on the README page. I am a researcher currently working on the Multi-view stereo problem. Please let me know which tools you've used to create point clouds and 3D visualizations. I would be really happy if you are aware of a Python library for the same. Thank you for your time.

SibylGao commented 1 year ago

Hi asrimanth !

For point clouds generation, please follow the standard post-processing tools fusibile provided by Galliani et al. If you prefer python scripts, try depthfusion.py provided by Yao et al.

For 3D visualizations, I use Meshlab to visualize point clouds files.

Hope it helps.