vt-vl-lab / 3d-photo-inpainting

[CVPR 2020] 3D Photography using Context-aware Layered Depth Inpainting
https://shihmengli.github.io/3D-Photo-Inpainting/
Other
6.91k stars 1.11k forks source link

questions in function write_ply #111

Open bytemani opened 3 years ago

bytemani commented 3 years ago

Hi, I'm trying to understand what happend in the write_ply func(in mesh.py). However, it seems too intricate for me eventhough I read the paper carefully. Would you mind to explain the process (including the functions _reassign_floatingisland , _updatestatus, _fill_missingnode) in detail? Thank you very much.