ethanweber / sitcoms3D

Code for "The One Where They Reconstructed 3D Humans and Environments in TV shows" appearing in ECCV 2022.
MIT License
254 stars 17 forks source link

When running Semantic-NeRF-W with sitcoms3D in nerfstudio, it failed and displayed the error message "images4 not found." #18

Open fxyfengxiaoyi opened 1 month ago

fxyfengxiaoyi commented 1 month ago

Error message: FileNotFoundError: [Errno 2] No such file or directory: 'nerfstudio/data/sparse_reconstruction_and_nerf_data/ELR-apartment/images_4/ELR_S09E04_00011276.jpg'

1.Manually download the sparse_reconstruction_and_nerf_data from sitcoms3D. 2.Run the command:ns-train semantic-nerfw --data data/sparse_reconstruction_and_nerf_data/ELR-apartment/

I have indeed downloaded the sparse_reconstruction_and_nerf_data/ELR-apartment folder, but there's noimages_4 directory. Could you please tell me what went wrong?

Thank you very, very much for your response!