-
Notifications
You must be signed in to change notification settings - Fork 24
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
gray model #13
Comments
Try use the model in pytorch first, and then convert it to ncnn. |
I encountered the same problem. Could you please provide detailed instructions on how to convert it? Or offer relevant conversion code? Thank you! |
I had the same problem: I used the following command to convert to the NCNN model:
when I run vins-mono, meet:
How Do I Fix This? Can you provide the conversion code? |
I solved the problem:
Then convert the model from onnx to NCNN. But I found that feature tracking didn't get any better. |
I used the model you provided and tried to convert it into an ncnn model, but an error occurred.
The text was updated successfully, but these errors were encountered: