nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Can not train nerfacto-big

Open ewrfcas opened this issue 1 year ago • 1 comments

When I run the command ns-train nerfacto-big --data xxxx, it shows

Argument {nerfacto,instant-ngp,mipnerf,semantic-nerfw,vanilla-nerf,tensorf}: │
│ invalid choice: 'nerfacto-big' (choose from 'nerfacto', 'instant-ngp',       │
│ 'mipnerf', 'semantic-nerfw', 'vanilla-nerf', 'tensorf')

But when I change nerfacto-big back to nerfacto, everything is right.

ewrfcas avatar Jan 23 '24 15:01 ewrfcas

Hi! Can you confirm which version/commit of nerfstudio you're on?

brentyi avatar Jan 23 '24 22:01 brentyi

Hi! Can you confirm which version/commit of nerfstudio you're on?

Sure. My system is Centos7 and the nerfacto version is 0.1.8. It seems that nerfacto could not be updated to the latest version because open3d>=0.16 is not supported in Centos7.

ewrfcas avatar Jan 24 '24 02:01 ewrfcas

image

ewrfcas avatar Jan 24 '24 02:01 ewrfcas

Hm, maybe try Python 3.9 or 3.10? Alternatively, you can try installing from source with open3d removed from the dependencies for now, it's not critical for most operations.

brentyi avatar Jan 24 '24 05:01 brentyi

Thanks. I force to install nerfstudio==1.0.0 without open3d>=0.16.0. It works well now!

ewrfcas avatar Jan 24 '24 05:01 ewrfcas