google-coral / pycoral

Python API for ML inferencing and transfer-learning on Coral devices
https://coral.ai
Apache License 2.0
347 stars 145 forks source link

Fix an IndexError edge case #84

Closed usmank13 closed 5 months ago

usmank13 commented 2 years ago

There was an index error that occurs sometimes when running a custom edge tpu model. Disagreement between count and len(scores). I've confirmed that this resolves the error