You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please do not disclose security vulnerabilities as issues. See our security policy for responsible disclosures.
Describe the bug
I want to run the SSDLite MobileDet model for EdgeTPU, gotten from https://coral.ai/models/object-detection/, on my M3067-P axis cam. Instead, I'm getting the error shown in the logs below.
Modify the Dockerfile to copy those into the image instead of downloading each time (rename the files to converted_model.tflite and labels.txt on copy)
Describe the bug
I want to run the SSDLite MobileDet model for EdgeTPU, gotten from https://coral.ai/models/object-detection/, on my M3067-P axis cam. Instead, I'm getting the error shown in the logs below.
To reproduce
Steps to reproduce the behavior:
manifest.json.edgetpu
with "runOptions": "/usr/local/packages/object_detection/model/converted_model.tflite 320 320 80 1920 1080 50 /usr/local/packages/object_detection/label/labels.txt -c axis-a7-gpu-tflite",converted_model.tflite
andlabels.txt
on copy)docker build --build-arg ARCH=armv7hf --build-arg CHIP=edgetpu --tag obj_detect:1.0 . && docker cp $(docker create obj_detect:1.0):/opt/app/object_detection_edgetpu_1_0_0_armv7hf.eap ./build
Environment
The text was updated successfully, but these errors were encountered: