Replies: 2 comments 5 replies
-
I don't believe calibrated depth is possible with Midas because of the training sources. Zoedepth does have better temporal consistency although it still isn't amazing. In code, the depthmap is divided by max possible value not normalized. A nearby comment appears to address your problem.
Temporal depth consistency for animations probably requires some newer methods. |
Beta Was this translation helpful? Give feedback.
3 replies
-
@aulerius Good idea! Hope someone takes up this task... 🙄🙃 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
I came here looking for higher accuracy depth maps for my SD animation needs. Great work! I'm really glad somebody is doing it!
A big step up for professional use would be to have these depth maps as non-normalized data. Is that even possible with how Midas and other models work? If normalization is deliberately done on the conversion to image, then I'd love an option to skip that part and output real, absolute distance values in floating point format, supported by some image formats, such as TIFF or EXR.
I'm looking to use this on frame-by-frame animation, using depth to accurately displace pixels. Having absolute depth would mean more truthful parallax, when different "scales" in scenes are concerned.
Also, as a side note, I'm all ears for API support through A1111 WEBUI. Right now I will be trying to use it through
"script_name": "string"
with"script_args": []
, guessing the arguments, but I'd be nice if that was at least minimally documented, even if it's half working and still being worked out.I followed some leads on this repo for the standalone endpoint API, looking at examples, but got stuck with errors.
Beta Was this translation helpful? Give feedback.
All reactions