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'
autotask_final.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?
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 nsvferror
No such file or directory: './logs/nsvf_4096code/nsvf_4096code_Bike/render_test_vq_last/mean.txt'autotask_final.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?