Lakonik / SSDNeRF

[ICCV 2023] Single-Stage Diffusion NeRF
https://lakonik.github.io/ssdnerf/
MIT License
432 stars 23 forks source link

chairs_test_inception_stylegan.pkl not found #18

Open kashyappiyush1998 opened 1 year ago

kashyappiyush1998 commented 1 year ago

FileNotFoundError: GenerativeEvalHook3D: [Errno 2] No such file or directory: 'work_dirs/cache/chairs_test_inception_stylegan.pkl'

Lakonik commented 1 year ago

Hi! Please don't forget to preprocess the data before you run the training/testing scripts:

CUDA_VISIBLE_DEVICES=0 python tools/inception_stat.py configs/paper_cfgs/ssdnerf_cars_uncond.py
CUDA_VISIBLE_DEVICES=0 python tools/inception_stat.py configs/paper_cfgs/ssdnerf_chairs_recons1v.py
CUDA_VISIBLE_DEVICES=0 python tools/inception_stat.py configs/paper_cfgs/ssdnerf_abotables_uncond.py
kashyappiyush1998 commented 1 year ago

Can you please tell how to train on custom training data and test on custom images. ThankYou I will try your solution above.

https://github.com/Lakonik/SSDNeRF/issues/17#issue-1841709077