sitcoms3D
sitcoms3D copied to clipboard
Code for "The One Where They Reconstructed 3D Humans and Environments in TV shows" appearing in ECCV 2022.
Hi! In https://github.com/ethanweber/sitcoms3D/blob/master/REGISTER_NEW_IMAGES.md there is: ``` python detect.py --height 720 --width 1280 --n 2048 new_images/h5 new_images/images --image-extension jpg ``` However, this crashes with: ``` assert image_list_path is not None AssertionError...
how can i get 5k images for ELP-apartment? it seems you use more than 5400 images for colmap, but there is only 171 images in data folder. Could you share...
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,...