pixel-nerf icon indicating copy to clipboard operation
pixel-nerf copied to clipboard

Attempting to Run SRN Cars

Open nrjbs87 opened this issue 2 years ago • 1 comments

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.

nrjbs87 avatar Apr 04 '22 20:04 nrjbs87

Have you been able to run the pixel-nerf

joejep avatar May 26 '23 16:05 joejep