dberga / nerfstudio

A collaboration friendly studio for NeRFs
https://docs.nerf.studio
Apache License 2.0
1 stars 0 forks source link

Fill holes in 3D and other fixes #4

Open dberga opened 1 year ago

dberga commented 1 year ago

Some examples and ideas:

Filling holes of meshes and point clouds https://erkaman.github.io/posts/hole_filling.html https://pymeshfix.pyvista.org/examples/repair_planar.html https://pypi.org/project/meshlib/ http://www.open3d.org/docs/latest/tutorial/Advanced/surface_reconstruction.html https://inria.hal.science/inria-00186820/document https://github.com/jingdao/point_cloud_scene_completion https://github.com/Geodan/fill-holes-pointcloud https://github.com/pyvista/pymeshfix https://github.com/pyvista/pymeshfix/issues/13

Depth inpainting https://www.casualganpapers.com/single_view_layered_depth_3d_inpainting/3D-Inpainting-explained.html

3D photo Inpainting https://shihmengli.github.io/3D-Photo-Inpainting/ https://github.com/vt-vl-lab/3d-photo-inpainting https://onlinelibrary.wiley.com/doi/10.1111/cgf.14735?af=R https://www.youtube.com/watch?v=x54GdkpW9JY

Other links https://towardsdatascience.com/the-ultimate-guide-to-3d-reconstruction-with-photogrammetry-56155516ddc4 https://towardsdatascience.com/python-libraries-for-mesh-and-point-cloud-visualization-part-1-daa2af36de30 https://towardsdatascience.com/how-to-voxelize-meshes-and-point-clouds-in-python-ca94d403f81d https://towardsdatascience.com/5-step-guide-to-generate-3d-meshes-from-point-clouds-with-python-36bad397d8ba

ake020675 commented 10 months ago

Thank u so much dude. These links are very very helpful. @dberga