-
Notifications
You must be signed in to change notification settings - Fork 415
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
Can you please add opportunity to use "MobileNet" model with more labels #16
Comments
Hi Daniel, What do you mean by using more labels? The library reads labels from the asset file you assigned to loadModel() method. Thanks, |
Well, I tried to use just a MobileNet model and found a problem, wrong dimensions compared with the java array. To see a problem, try to load "MobileNet" model with txt which follows |
@Renesanse Do you mean another number of detections? Because when I tried to use retrained model I got error like [1,10,4] isn't [1,16,4]. After changing that const, everything went well, though I have different labels. |
Not a number of detections, I would like to use different tf model from example with 1000 names. |
MobileNet is image classification model. Instead of detectObjectOnImage method, please use runModelOnImage. |
ok, thx |
sorry, no link, old browser
The text was updated successfully, but these errors were encountered: