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
I tried to load objectdetection_coral_multitpu.py as have two dual coral tpu's and getting a lot of detections of (bed and skies) in my front yard also (stop lights). Coral tpu wasted picking up those silly items. All tpu's function fine when load muti-tpu using objectdetection_coral_adapter.py.
I get the below error in codeproject
06:28:21:Started Object Detection (Coral) module
06:28:22:objectdetection_coral_multitpu.py: Using PIL for image manipulation (Either OpenCV or numpy not available for this module)
06:28:22:objectdetection_coral_multitpu.py: usage: objectdetection_coral_multitpu.py [-h] -m MODEL [MODEL ...] -i INPUT
06:28:22:objectdetection_coral_multitpu.py: [-l LABELS] [-t THRESHOLD]
06:28:22:objectdetection_coral_multitpu.py: [-n NUM_TPUS] [-o OUTPUT] [-c COUNT]
06:28:22:objectdetection_coral_multitpu.py: [-d]
06:28:22:objectdetection_coral_multitpu.py: objectdetection_coral_multitpu.py: error: the following arguments are required: -m/--model, -i/--input
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I tried to load objectdetection_coral_multitpu.py as have two dual coral tpu's and getting a lot of detections of (bed and skies) in my front yard also (stop lights). Coral tpu wasted picking up those silly items. All tpu's function fine when load muti-tpu using objectdetection_coral_adapter.py.
I get the below error in codeproject
06:28:21:Started Object Detection (Coral) module
06:28:22:objectdetection_coral_multitpu.py: Using PIL for image manipulation (Either OpenCV or numpy not available for this module)
06:28:22:objectdetection_coral_multitpu.py: usage: objectdetection_coral_multitpu.py [-h] -m MODEL [MODEL ...] -i INPUT
06:28:22:objectdetection_coral_multitpu.py: [-l LABELS] [-t THRESHOLD]
06:28:22:objectdetection_coral_multitpu.py: [-n NUM_TPUS] [-o OUTPUT] [-c COUNT]
06:28:22:objectdetection_coral_multitpu.py: [-d]
06:28:22:objectdetection_coral_multitpu.py: objectdetection_coral_multitpu.py: error: the following arguments are required: -m/--model, -i/--input
Beta Was this translation helpful? Give feedback.
All reactions