-
Notifications
You must be signed in to change notification settings - Fork 45
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
How to use other model? #18
Comments
@liu6381810 Hey, when you drag those model in, make sure you check the |
@KleinYuan Thanks for your reply, I have drag my model in the target and build successfully. But when I add statement to the function |
@liu6381810 ok, I guess you mentioned multiple issues. But to the point of I guess your own model is larger than 64MB right? Check this For the issue of Yolo Output So, so far in this repo, I only output whatever the results give. To actually build a Yolo on Caffe2 project, we need some wrapper like this to actually visualize the bounding box. I will try to add this soon. |
I have MobileNetInit.pb and MobileNetPredict.pb in the models directory, but when I build this project, I got the error
'try!' expression unexpectedly raised an error: Error Domain=Caffe2 Code=1 "File named "mobileNetPredict.pb" not found in main bundle"
So how to use my model other than YOLO and Squeezenet
The text was updated successfully, but these errors were encountered: