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

sceneflow evaluation Nan error #89

Open
zhou-frank opened this issue Jun 28, 2020 · 3 comments
Open

sceneflow evaluation Nan error #89

zhou-frank opened this issue Jun 28, 2020 · 3 comments

Comments

@zhou-frank
Copy link

When I tested performance on sceneflow dataset, I encountered nan error in TEST/A/0149/left/0015.png.
I found that this image's gt disparity pfm have problem that all of its disparity is large than max_disp(192).So a division by zero error will occur.
disp, height, width = readPFM("0015.pfm") print(disp)

The result of above code is zero.

@MurrayC7
Copy link

MurrayC7 commented Sep 3, 2020

@zhou-frank @feihuzhang Hello, I also found this problem when evaluating by code "evaluate.py" with the provided pre-trained model "sceneflow_epoch_10.pth". So, how to fix this problem in the evaluation?

@ChaosPredictor
Copy link

Not sure if it's that same problem that I have #92, but looks similar.
Any help?

@XiandaGuo
Copy link

I have found the reason of nan error,and willing to communicate with you via email. My email is xianda_guo@163.com

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

4 participants