JiaRenChang / PSMNet

Pyramid Stereo Matching Network (CVPR2018)
MIT License
1.43k stars 424 forks source link

Result on Kitti 2012 cannot be recognised by the kitti benchmark system #76

Open wpfhtl opened 6 years ago

wpfhtl commented 6 years ago

I funtuned the pretrained_sceneflow.tar on Kitti 2012 dataset, and tried to submit the test results on kitti 2012 benchmark. It shows as follows: Thank you for participating in our evaluation! Processing: 000000_10.png ERROR: Couldn't read: 000000_10.png An error occured while processing your results. Please make sure that the data in your zip archive has the right format! but the result on kitti 2015 can be recognized by the benchmark. Did you meet such kind of problem before?

KarelZhang commented 5 years ago

could you please tell me how to use the official code "evaluate_scene_flow.cpp"?

I studied it for a long time, but it didn't work.

Chenlei6 commented 4 years ago

@wpfhtl
Have you solved this problem? I encountered the same problem and have no idea to deal with it!

Chenlei6 commented 4 years ago

@wpfhtl I meet this problem and receive the same email as yours, have you solved it? Can you give me some advices?

coolbeam commented 4 years ago

@wpfhtl I met the same problem. And could you please share your solution?

wpfhtl commented 4 years ago

I have not solved this problem yet.

coolbeam commented 4 years ago

I have not solved this problem yet.

I have solved this problem several days ago. For 2015 benchmark, you should compress a folder named flow, which contains all the results of your results in PNG format. However, for 2012 benchmark, you should not compress any folder. Instead, you should select all your PNG results and then do the compression, note that do not include any folders. wish it can help you.