AlgoHunt / VQRF

Official implementation of our CVPR 2023 paper "Compressing Volumetric Radiance Fields to 1 MB"
317 stars 19 forks source link

Can't find the file mean.txt #9

Open WithFoxSquirrel opened 1 year ago

WithFoxSquirrel commented 1 year ago

Thank you for the nice work. I try to run the trainning code, but when i call python autotask_final.py -g "0 1" --configname nsvf_4096code --dataset nsvf

error No such file or directory: './logs/nsvf_4096code/nsvf_4096code_Bike/render_test_vq_last/mean.txt' autotaskfinal.py line 169: path = f'./logs/{args.configname}/{args.configname}{scene}/render_test_vq_last/mean.txt' should i create the file mean.txt ? or it's a config file in the repo?

hy-zhng commented 1 year ago

Hi, did you find the solution yet? It seems that I encounter a very similar question as yours. When i run python autotask_final.py -g "0 1" --configname nsvf_4096code --dataset nsvf, i met the following error: FileNotFoundError: [Errno 2] No such file or directory: './logs/nsvf_4096code/nsvf_4096code_Bike/extreme_saving/metadata.npz'

XLR-man commented 4 months ago

(vqrf) xielangren@amax:~/project/VQRF$ python run_final.py --config ./configs/auto/syn_4096code_ficus.py --eval_ssim --eval_lpips_vgg --eval_lpips_alex --render_test --fully_vq --render_fine --importance_prune 0.999 --importance_include 0.6 Segmentation fault (core dumped) What's the reason?