Skip to content
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

I also want to convert mobilestereonet to onnx but I have tried many methods without success, always getting an error, I want a code reference for converting mobile stereonet to onnx, thank you #5

Closed
dididichufale opened this issue Oct 18, 2022 · 3 comments

Comments

@dididichufale
Copy link

No description provided.

@dididichufale
Copy link
Author

i want to converting mobilestereonet3d to onnx i think ConvTranspose3d dont support onnx always error,so i want to get a code reference for mobilestereonet3d to onnx

@hebangwen
Copy link

Hi, you can find a reference code in my fork. Just replace MSNet2D with MSNet3D and it should be fine. Please note one drawback of my converting code is that the result model size can be up to 200MB.

@dididichufale
Copy link
Author

Thank you, I have successfully converted onnx. I found a bug in mobilenet3d. The size of the image you input must be a multiple of 16 to convert, because it is down-sampled by 16 times, and the image size must be changed to meet the multiple of 16.

@ibaiGorordo ibaiGorordo pinned this issue Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants