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?
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?