Closed Liiswen closed 11 months ago
Hi! Please follow these instructions:
For FID and KID evaluation, run the following commands to extract the Inception features of the real images. (This script will use all the available GPUs on your machine, so remember to set CUDA_VISIBLE_DEVICES.)
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
Thank you for the awesome library!
I encountered the following error while executing the inference code
Where do I need to get this file
work_dirs/cache/inception-2015-12-05.pt
? Is it generated during training? Thanks a lot!