The folder structure of my mpi-sintel is as follows:
mpi-sintel
-clean
1.bundler
test
2a. final
2b. clean
3.flow_code
Where Am I going wrong? For the inference_dataset_root argument, I tried giving the below paths but all are giving the same error:
1./home/user/sp/prediction/flownet2-pytorch/mpi-sintel/clean/test
Hi,
I am getting NameError: name 'inference_loader' is not defined error.
I am running the below command:
python3 main.py --inference --model FlowNet2 --save_flow --inference_dataset MpiSintelClean --inference_dataset_root /home/user/sp/prediction/flownet2-pytorch/mpi-sintel/clean --resume checkpoint/FlowNet2_checkpoint.pth.tar
The folder structure of my mpi-sintel is as follows:
mpi-sintel -clean 1.bundler
Where Am I going wrong? For the inference_dataset_root argument, I tried giving the below paths but all are giving the same error: 1./home/user/sp/prediction/flownet2-pytorch/mpi-sintel/clean/test