-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to inference with data? #28
Comments
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? |
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. |
Hi, it looks like your model has a mutiple level of output, may I ask which one should I use to make inference?
Thanks!
The text was updated successfully, but these errors were encountered: