-
Notifications
You must be signed in to change notification settings - Fork 107
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
DPTForDepthEstimation class could not be matched #160
Comments
Hi @pratos! I believe you are correct, we would need to implement the model in Bumblebee. You can look at how other models are implemented for guidance. Perhaps resnet as a starting point? |
Correct, what's missing is the implementation of DPT (it is based on ViT, which we do have, so that's a good reference) and then a featurizer (matching |
Thanks for the info 😄! I'd see if I can get time to dive into this. I just started learning Elixir & don't have much experience writing pytorch arch from scratch! But would be an interesting exercise for me to go through 😀 Will checkout |
Moved to #188. |
Hi, I was trying out depth estimation model via
bumblebee
(below is the code block):But I got an error:
I'm assuming this error is coz
bumblebee
is not on parity with huggingface libraries. Is there any way I can directly import.ckpt
models or a way to contribute tobumblebee
wrt the depth estimation model?The text was updated successfully, but these errors were encountered: