Eye-car is a self-driving car project that recognizes the center of the lane without direct maneuvering while driving and recognizes and adjusts the speed when a human handwriting speed signal is read.
- KAIST 17 Seungho Baek
- KAIST 18 Juyeon Kim
- KAIST 19 ABHIJEET SHARMA
Thx to prof. Sungho Jo, TA. Jungwook Mun, Daekyum Kim
MazeRunner
└─ src (All needed files, Codes, Tests, imgs, models)
├─ Study (Basic functions we needed)
├─ epic_num_reader*.model (CNN model for number prediction)
├─ img (Test image sets)
├─ tests (Files for testing)
├─ video (Test video sets)
└─ EyeCar.py (Main program)
src/EyeCar.py
,src/epic_num_reader.model
required to get started
- Clone this repo to your local machine using
https://github.com/TheStarkor/MazeRunner.git
MODI
Raspberry Pi
Rasbian Buster (2019-09-26 Released)
pyMODI
OpenCV
Tensorflow ver.1
All modules required for tensorflow
For checking the module connection, we provide test files in the src/tests
directory
-
PiCamera/camera_test.py
,PiCamera/cap.py
for checking Raspberry Pi Camera. -
ModiTest.py
for checking Modi connection and modules working -
LaneTest.py
for lane detection function -
NumberTest.py
for number detction and number prediction -
(Additional)
firebaseTest.py
for firebase and firestore connection
$ python EyeCar.py
$ python3 EyeCar.py (If there is python2)