-
Notifications
You must be signed in to change notification settings - Fork 51
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
Can't do sky? #69
Comments
Which model are you using? Many stereo-based GT (HRWSI, CityScapes, or even BlendedMVS) give to the sky region really close-by values and sensor-based datasets never have GT on the sky, in addition, we do not model sky in any way, i.e. external segmentation model to set an arbitrarily large value, etc... There are different ways you can try:
Anyway, I see that the output is extremely blurry, are you using the |
Thanks for your reply. I'm using this onnx implementation with the model he linked on huggingface. https://github.com/ibaiGorordo/ONNX-Unidepth-Monocular-Metric-Depth-Estimation |
I think trying the GPU model from this repo would be better first. If you see the same artifacts, then the problem is from the model itself. AS I think that some tiny operational mismatch might have been introduced when "forcing" to be compliant to onnx. |
Thanks for sharing your great work.
I'm encountering an issue with outdoor shots that show the sky. Some frames will place the sky in the foreground and some will not, causing huge temporal inconsistency. Is there any way to get it to ignore the sky?
The text was updated successfully, but these errors were encountered: