-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update icon, colors object detection #21
base: main
Are you sure you want to change the base?
Update icon, colors object detection #21
Conversation
Can you verify the run script for downloading the models? Getting ptruiz-macbookpro:ios ptruiz$ sh RunScripts/download_models.sh
|
It also does not work from the IDE. Looking at it, the paths are likely wrong ("TFLite"), and the storage link for the tflite files are incorrect. There should only be efficientdet 0 and 2 and they should come from the ai-edge bucket: https://storage.googleapis.com/ai-edge/interpreter-samples/object_detection/ios/efficientdet_lite0.tflite and https://storage.googleapis.com/ai-edge/interpreter-samples/object_detection/ios/efficientdet_lite2.tflite Please use image classification download_models.sh as your template. |
I tried deleting the model and running it again, it still works fine. I will check again. |
Again, it's still using the wrong model paths, bringing in more models than needed, and I'd like it to follow the same format as the other examples. |
Sorry @PaulTR |
No description provided.