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
This is a very nice project, but I still have some confusion in the first place.
I saw there are two target hardware backends, BM168x, and CV18xx. Users (like me) don't have such hardware, but I could run the detect_yolov5.py script without errors following the README steps and get the dog_int8.jpg inference results. But how? Is the .bmodel file the actual binary executable on your TPU? If yes, how could I run the .bmodel on my CPU? What actually happened here?
The text was updated successfully, but these errors were encountered:
This is a very nice project, but I still have some confusion in the first place.
I saw there are two target hardware backends, BM168x, and CV18xx. Users (like me) don't have such hardware, but I could run the
detect_yolov5.py
script without errors following the README steps and get thedog_int8.jpg
inference results. But how? Is the.bmodel
file the actual binary executable on your TPU? If yes, how could I run the.bmodel
on my CPU? What actually happened here?The text was updated successfully, but these errors were encountered: