TingDaoK / car-recognition

Recognizing car models using neural nets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Car Model Recognition

Recognizing the model, make and year of a car using deep learning.

Getting Started

Please install Jupyter Notebook and all dependencies required in ./project.ipynb.

Then download training and testing data and place them into ./input folder.

Please make sure your project folder has the following structure:

./project.ipynb
./input/
    anno_test.csv
    anno_train.csv
    names.csv
    car_data/

About

Recognizing car models using neural nets


Languages

Language:Python 50.0%Language:Jupyter Notebook 50.0%