DeepPiCar icon indicating copy to clipboard operation
DeepPiCar copied to clipboard

Deep Learning Autonomous Car based on Raspberry Pi, SunFounder PiCar-V Kit, TensorFlow, and Google's EdgeTPU Co-Processor

Results 18 DeepPiCar issues
Sort by recently updated
recently updated
newest added

Since (https://coral.ai/docs/edgetpu/multiple-edgetpu/# ) EdgeTPU Python API has been deprecated, is there update code on objecs_on_road_processor.py? end_to_end.py ?.. _Originally posted by @dctian in https://github.com/dctian/DeepPiCar/issues/6

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:...

Hi all, so I tried to run `python3 code/coco_object_detection.py` but I got a `Segmentation fault` error. Here's my trace output. ``` --- modulename: coco_object_detection, funcname: coco_object_detection.py(28): labels = dict((int(k), v)...

I have got the OpenCV lane tracking to work, collected the data and trained the network but when I run the network on the car it doesn't seem to be...

I have followed the steps and also passed all the front wheel and back wheel tests, but I when run python3 deep_pi_car.py the car is driving in circles instead of...

Hello, First of all thanks for the great work and tutorial. I managed to train my own model following your instruction. When I run the coco_object_detection.py the FPS are turning...

INFO :2020-01-08 14:56:22,072: Creating a DeepPiCar... DEBUG:2020-01-08 14:56:22,095: Set up camera Traceback (most recent call last): File "deep_pi_car.py", line 136, in main() File "deep_pi_car.py", line 129, in main with DeepPiCar()...

I followed this great tutorial step-by-step, and I really appreciate the author for making this project available to public. I run the command ```python3 deep_pi_car.py``` and got this error: ```...

Hello brother, Calculation of steering angle is confusing me. We need to take the distance of in between the left and right detected lines. So, that where car will detect...