dctian / DeepPiCar

Deep Learning Autonomous Car based on Raspberry Pi, SunFounder PiCar-V Kit, TensorFlow, and Google's EdgeTPU Co-Processor
GNU General Public License v3.0
400 stars 271 forks source link

ModuleNotFoundError: No module name 'edgetpu' #25

Open wimbime1 opened 2 years ago

wimbime1 commented 2 years ago

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?