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

First, I would like to thank you for sharing the materials and methods so that I can learn machine learning while studying DeepPiCar. I'm a beginner who just started studying...

I ran end_to_end_lane_follower.py on Raspberry pi 4. It took about 200 ms to execute end_to_end_lane_follower.follow_lane(). Is it normal?

I retraining this code https://github.com/dctian/DeepPiCar/blob/master/models/object_detection/code/tensorflow_traffic_sign_detection.ipynb using TensorFlow 1.15.2, and result of AP & AR are 0. ![image](https://user-images.githubusercontent.com/22278148/88373066-57953580-cdc1-11ea-8cad-5e52d461ede8.png) but Loss decreased during iteration like below: ![image](https://user-images.githubusercontent.com/22278148/88373323-d8ecc800-cdc1-11ea-97c3-6c0bff900e64.png) So i can not detect...

Hi, I first just want to say that your guide for the DeepPiCar has been very insightful and interesting, especially for someone who is relatively new to deep learning! I...

Hello David, I'm Emmanuel by name, an undergraduate of Electronics and Computer Engineering, and I must say, your work on this project has been my biggest inspiration this year. I've...

Hi everyone, We are having a big issue with the model training Jupyter Notebook, there is a huge compatibilty problem betwin tensorflow and nuppy and all theirs depedencies, and none...

This has been a fun project to work on. Greatly appreciate the well written expanations and instructions. My question relates to the lane follower code. I have assembled the Picar-V...