-
Notifications
You must be signed in to change notification settings - Fork 596
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
release small or tiny version for mobile devices #83
Comments
Hi, before encountering this issue, I attempted to convert the model to ONNX but was unsuccessful as well. |
Hi @zhongqiu1245 @gogojjh, I am also facing an issue with onnx conversion. |
So @zhongqiu1245 and @gogojjh, I think I have found a way to export the
After making these changes you should be able to convert he model into onnx format using |
@ptoupas Great! Let me also try |
@ptoupas Hello, have you tried to convert it into tensorrt? |
@ptoupas That's right. Thank you very much! |
This give me wrong results. I think,
|
Hi, thank you for your amazing job!
Your AsymmetricCroCo3DStereo is based on CroCoNetV2, and your CroCoNetV2 has ViTBase_SmallDecoder version, ViTBase_LargeDecoder version, ...
I'm try to deploy dust3r on mobile devices. But for mobile devices, it will be hard to deploy AsymmetricCroCo3DStereo or dust3r with DUSt3R_ViTLarge_BaseDecoder_xxx, it's too heavy for them.
(And for some unknowing reasons, dust3r can't be converted into onnx and tensorrt, only keep in pytorch.)
Could you release dust3r with ViTBase_SmallDecoder or lighter version?
Thank you in advance!
The text was updated successfully, but these errors were encountered: