Open drinkingcoder opened 2 years ago
Hi, We want to get the flow result on KITTI 2015 testing. We use the following command:
python eval/eval_flow.py --path precomputed/rigidmask-sf/ --dataset 2015test
But we found the error:
FileNotFoundError: [Errno 2] No such file or directory: 'precomputed/rigidmask-sf//2015test/flo-000000_10.pfm'
Do you have any suggestions?
Hi, 2015test refers to the benchmark results. To obtain that, you need to submit results to the kitti server: http://www.cvlibs.net/datasets/kitti/user_login.php
Hi, We want to get the flow result on KITTI 2015 testing. We use the following command:
But we found the error:
Do you have any suggestions?