Show HN: Self-Driving Pi Car
github.com
Show HN: Self-Driving Pi Car
1–10 of 49 posts
Re: Show HN: Self-Driving Pi Car
#2Re: Show HN: Self-Driving Pi Car
#3Re: Show HN: Self-Driving Pi Car
#4Cool experiment! Tiny nit, can you resize the image in the README so it isn't 12MB?
Re: Show HN: Self-Driving Pi Car
#5Pre-compiled Python wheels are available for Python 3 on Raspberry Pi at piwheels.org (default for pip in Raspbian)
Re: Show HN: Self-Driving Pi Car
#6Awesome project, but why Python 2? :( Pre-compiled Python wheels are available for Python 3 on Raspberry Pi at piwheels.org (default for pip in Raspbian)
Re: Show HN: Self-Driving Pi Car
#7Video: https://www.youtube.com/watch?v=cUXh7iP3hoQ Code: https://github.com/kazepilot
Re: Show HN: Self-Driving Pi Car
#8Re: Show HN: Self-Driving Pi Car
#9Re: Show HN: Self-Driving Pi Car
#10Cool project! Last year I built self driving robot for my bachelor's thesis. Instead of building end-to-end deep learning pipeline I used two neural nets: one trained with genetic algorithm to drive a robot based on ultrasonic sensors, another for object recognition and detection. Based on detected items (like road signs) robot took different actions. Video: https://www.youtube.com/watch?v=cUXh7iP3hoQ Code: https://g…