An open API service indexing awesome lists of open source software.

https://github.com/peterqiu0516/mit-ml-autonomous-vehicle-workshop

An workshop on application of computer vision and machine learning to self-driving cars based on Python and ROS held at MIT.
https://github.com/peterqiu0516/mit-ml-autonomous-vehicle-workshop

cnn-classifier computer-vision opencv pid raspberry-pi ros self-driving-cars sklearn svm-classifier tensorflow

Last synced: 4 months ago
JSON representation

An workshop on application of computer vision and machine learning to self-driving cars based on Python and ROS held at MIT.

Awesome Lists containing this project

README

        

# MIT-ML-Autonomous-Vehicle-Workshop
A research-oriented educational workshop entitled "Machine Learning and Autonomous Vehicle" held on campus of MIT during 2019 Winter.

Instructor: Prof. Tom Bertalan, Tze-Ping Low and Li Ding

During the workshop, I
+ Assembled, programed and tested small scale self-driving vehicles based on Raspberry Pi, ROS and Python.
+ Implemented the PID controller for steering adjustment to accomplish lane following.
+ Built SVM and CNN classifiers by Scikit-learn and TensorFlow to accomplish traffic sign recognition
+ Worked as the team leader and win the 2nd prize on the match day

## main

Main coding scripts could be found in `main/src/`.

## Joystick_Control

Scripts for enabling controlling the robocar using a Joystick.

## Slides

Collection of slides.