liuyuan-pal / NeuRay

[CVPR2022] Neural Rays for Occlusion-aware Image-based Rendering
GNU General Public License v3.0
407 stars 31 forks source link

is there a reason why run colmap patch_match_stereo for twice at colmap_scripts/process.py line 73 #8

Closed guijuzhejiang closed 1 year ago

guijuzhejiang commented 2 years ago

colmap_scripts/process.py: cmd=[colmap_path,'patch_match_stereo', '--workspace_path',f'{project_dir}/dense'] print(' '.join(cmd)) subprocess.run(cmd,check=True)

cmd=[colmap_path,'patch_match_stereo', '--workspace_path',f'{project_dir}/dense'] print(' '.join(cmd)) subprocess.run(cmd,check=True)

liuyuan-pal commented 2 years ago

Sorry, I've made a mistake here to repeat this piece of code twice. Thanks for the reminder and I'll fix it.