Live data from Hacker News

Show HN: Self-Driving Pi Car

github.com

1–10 of 49 posts

Re: Show HN: Self-Driving Pi Car

#6
post #5

Awesome 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)

Yep, we hate Python 2 too! But we develop the project in Python2 to use the library NXT-Python (the library responsible to control the Lego Mindstorms NXT). But, in our defense, w also have created a branch of the project using Python 3 :)

Re: Show HN: Self-Driving Pi Car

#7
Cool 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://github.com/kazepilot

Re: Show HN: Self-Driving Pi Car

#10

Cool 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…

Nice project and cool video! (our video is not so well produced :P). Our project was a summer project, we did it in this January. The evolution of the project will be something like yours, we didn't apply any object detection technique.
Post reply on HN