nerfstudio
nerfstudio copied to clipboard
Can not train nerfacto-big
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.
Hi! Can you confirm which version/commit of nerfstudio you're on?
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.
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.
Thanks. I force to install nerfstudio==1.0.0 without open3d>=0.16.0. It works well now!