You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use my dataset to train the network, the 3-px error is always 0.000 and the output disparity is black using the model.
Do you have any ideas to handle this problem?
Thank you very much.
The text was updated successfully, but these errors were encountered:
When I use my dataset to train the network, the 3-px error is always 0.000 and the output disparity is black using the model.
Do you have any ideas to handle this problem?
Thank you very much.
@JiaRenChang@mileyan@H1Gdev
Also, when I use my own data to train main.py, the loss value will immediately converge and remain unchanged.
Then, when I test my own image use the pretrained model, the disparity output will be black.
@hubery4
You can print your output tensor to see the values.
If the values seem correctly, the black disparity may be caused by saving .png.
You can change the save png tools, such as cv2.
Jia-Ren
Hi @JiaRenChang ,
When I use my dataset to train the network, the 3-px error is always 0.000 and the output disparity is black using the model.
Do you have any ideas to handle this problem?
Thank you very much.
The text was updated successfully, but these errors were encountered: