pixel-nerf
pixel-nerf copied to clipboard
Attempting to Run SRN Cars
Hi,
I'm having issues running the shape-net single-category example code. I have downloaded the srn_cars.zip file from https://drive.google.com/drive/folders/1PsT3uKwqHHD2bEEHkIXB99AlIjtmrEiR as instructed. The file path looks like
├── pixel-nerf │ ├── srn_cars │ │ ├── cars_test │ │ ├── cars_train │ │ ├── cars_val
and the call is python eval/gen_video.py -n srn_cars --gpu_id=0 --split test -P '64 104' -D srn_cars/cars_test/ -S 1
.
Following the source code it seems you're trying to append these .lst
labels, but I can't seem to find any files in the dataset with this postfix.
Have you been able to run the pixel-nerf