CFNet icon indicating copy to clipboard operation
CFNet copied to clipboard

How to inference with data?

Open ljn1060532268 opened this issue 4 years ago • 4 comments

Hi, it looks like your model has a mutiple level of output, may I ask which one should I use to make inference? Thanks!

ljn1060532268 avatar Jan 17 '22 13:01 ljn1060532268

Hello, pred1_s2 of cfnet.py is our final output. By the way, you can directly run the script ./scripts/eth3d_save.sh", ./scripts/mid_save.sh" and ./scripts/kitti15_save.sh to save png predictions on the test set of the ETH3D, Middlebury, and KITTI2015 datasets.

gallenszl avatar Jan 18 '22 11:01 gallenszl

Hello, pred1_s2 of cfnet.py is our final output. By the way, you can directly run the script ./scripts/eth3d_save.sh", ./scripts/mid_save.sh" and ./scripts/kitti15_save.sh to save png predictions on the test set of the ETH3D, Middlebury, and KITTI2015 datasets.

After saving the png image, how can we get 3px and epe error?

rebecca0011 avatar Mar 26 '22 03:03 rebecca0011

you can run ./scripts/robust_test.sh" to direct evaluate our method. More details can be seen in the evaluation section of the readme.

gallenszl avatar Mar 28 '22 05:03 gallenszl

you can run ./scripts/robust_test.sh" to direct evaluate our method. More details can be seen in the evaluation section of the readme.

Thx! After reading ReadMe and Code,I have finished the evaluation.

rebecca0011 avatar Mar 28 '22 05:03 rebecca0011