Update icon, colors object detection#21
Update icon, colors object detection#21st-tuanmai wants to merge 2 commits intogoogle-ai-edge:mainfrom
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 |
|
@PaulTR |
|
See if this tool helps, otherwise I'll check it over on Tuesday
https://github.com/google-ai-edge/model-explorer
…On Sat, Nov 2, 2024, 9:48 PM Tuan Mai A. ***@***.***> wrote:
@PaulTR <https://github.com/PaulTR>
I don't have a way to map the boxes of this new model to the original
image, can you tell me how this model is trained, or is there a python
sample to use, or a dataset to refer to?
Thank you.
—
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAR2C345W47QJVM5QEJEUSTZ6WMKNAVCNFSM6AAAAABNV5E3KWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJTGI4DENJYHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
Did you have any luck with this using the model links I sent? |




No description provided.