nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Error occurred when training mipnerf on custom data

Open lhj9512 opened this issue 3 years ago • 3 comments

FileNotFoundError: [Errno 2] No such file or directory: '/Data/lhj/chongqing_nerf/transforms_train.json. So, may I ask how to solve this problem?

lhj9512 avatar Nov 21 '22 14:11 lhj9512

Can you first check that you, are not running tyro==0.3.34, this was throwing the same error #987 Next, does the transforms.json file exist in that directory?

tancik avatar Nov 21 '22 16:11 tancik

This happens for me too, and I did run pip install tyro==0.3.33 which completed successfully.

@tancik Are you sure that workaround works for mipnerf too?

I'm training on the 'poster' dataset if that matters. And what about training our own data from ie. Polycam, - is there a way of generating transforms_train.json using something like COLMAP?

VelocityRa avatar Dec 01 '22 15:12 VelocityRa

Add nerfstudio-data to the end of your command. The mipnerf model defaults to using the blender dataparser.

tancik avatar Dec 03 '22 01:12 tancik