I built something similar for my senior design project. We made a game of Pacman using two little rovers running FreeRTOS with RN-131C wifi modules on a PIC board and an overhead PixyCam connected to a raspberry pi. The rovers had a color sensor on the front and back that would allow it to track a black line on white paper. The overhead camera would feed pacman and ghost positions to the identical rovers. The rovers…
Show HN: Self-Driving Pi Car
41–49 of 49 posts
Re: Show HN: Self-Driving Pi Car
#42So all of the training was done without a GPU?
Elaborating on my question. In your read me it says - "In the computer that you will perform the training -- protip: don't train the model in the Raspberry Pi! -- install all the requirements by runnig:" Could you give some specs on the computer? I currently don't own a GPU based PC so was wondering if I need to get one or use cloud based GPU instance.
Re: Show HN: Self-Driving Pi Car
#43Earlier quoted context omitted.
I'm tired of seeing this comment over and over on HN. Does everyone who writes a Python 2-based project on HN have to explain themselves and provide a valid excuse? Why can't people just be deciding they like Python 2 more than 3, or finding that it's more suitable for their project?
I totally agree. There are so many embedded stuff running Python 2 out there that it will go nowhere. For me the countdown is a joke.
Re: Show HN: Self-Driving Pi Car
#44Cool 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…
...
Made me chuckle!Re: Show HN: Self-Driving Pi Car
#45Earlier quoted context omitted.
Elaborating on my question. In your read me it says - "In the computer that you will perform the training -- protip: don't train the model in the Raspberry Pi! -- install all the requirements by runnig:" Could you give some specs on the computer? I currently don't own a GPU based PC so was wondering if I need to get one or use cloud based GPU instance.
No, you don't need a GPU at all. It helps, of course, but it not necessary. I don't remember the specs of the computer we used, but to give you an idea we give all the training data to undergrad students in the machine learning class ( https://www.kaggle.com/c/mac0460-self-driving ) they achieved good results with their personal laptop.
Re: Show HN: Self-Driving Pi Car
#46Looking at the video, the toy car is turning in-place when it gets to the boundary. There is no realistic turning radius proportional to its size.
Re: Show HN: Self-Driving Pi Car
#47Re: Show HN: Self-Driving Pi Car
#48Great to see so many others doing similar things.
I used a CNN/LSTM network and you can read more here: blog.suryad.com/iarrc2018