ashawkey / nerf2mesh

[ICCV2023] Delicate Textured Mesh Recovery from NeRF via Adaptive Surface Refinement

Home Page:https://me.kiui.moe/nerf2mesh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fail to get stage0: COLMAP

ptjzh4869 opened this issue · comments

When I run

python main.py data/garden/ --workspace trial_360_garden -O --data_format colmap --bound 16 --enable_cam_center --enable_cam_near_far --scale 0.3 --downscale 4 --stage 0 --lambda_entropy 1e-3 --clean_min_f 16 --clean_min_d 10 --lambda_tv 2e-8 --visibility_mask_dilation 50

It fail to reconstruct the garden coarse mesh like below:

ngp_stage0_ep0187_rgb.mp4

May I ask why there is such a problem? And how could I solve it?

I haven't install COLMAP in my Windows10, is this the cause?