-
Notifications
You must be signed in to change notification settings - Fork 73
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
Problem when train from scratch #63
Comments
What is the range of the disparities? Are you starting from random initialization or from a set of pre trained weights? |
The range of the disparities is between 0 and 192. |
Generally speaking yes it is more stable with full disparities, or at least not very sparse ones. some additional questions:
|
When I start from the pre-trained weights(Flying Things 3D), this problem does not occur. |
I see, so the encoding of the GT seems ok. |
Hello great work @AlessioTonioni and team!
I am trying to use the work for training on custom data which has spare disparity maps (16 bit) as shown below:
I did not modify any code. However, as the training progresses, the disparity predicted by the network has always been like this: (Except for the first frame)
Do you know why? Can you help me?
The text was updated successfully, but these errors were encountered: