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
Hello,
I am trying to implement an autonomous self driving car y use of CV. When I run python3 coco_object_detection.py just to test things, I receive the following Module Error: ModuleNotFoundError: No module named 'edgetpu'. Is this because I need to have the colab accelerator? I also tried sudo apt-get install Edgetpu. How can I run this code with out EdgeTPU?
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to implement an autonomous self driving car y use of CV. When I run
python3 coco_object_detection.py
just to test things, I receive the followingModule Error: ModuleNotFoundError: No module named 'edgetpu'
. Is this because I need to have the colab accelerator? I also triedsudo apt-get install Edgetpu
. How can I run this code with out EdgeTPU?The text was updated successfully, but these errors were encountered: