Skip to content
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

Open
ljn1060532268 opened this issue Jan 17, 2022 · 4 comments
Open

How to inference with data? #28

ljn1060532268 opened this issue Jan 17, 2022 · 4 comments

Comments

@ljn1060532268
Copy link

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

@gallenszl
Copy link
Owner

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.

@rebecca0011
Copy link

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?

@gallenszl
Copy link
Owner

gallenszl commented Mar 28, 2022

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

@rebecca0011
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants