Skip to content

implement an end-to-end classifier based on Traffic Light Dataset

Notifications You must be signed in to change notification settings

FangYang970206/TL_Dataset_Classification

Repository files navigation

TL_Dataset_Classification

This repo implements an end-to-end classifier in Traffic Light Dataset based on pytorch.

Requirements

  • pytorch:0.4.0
  • torchsummarypip install torchsummary
  • cv2: pip install opencv-python
  • matplotlib
  • numpy

How To Run

First, you should clone this repo:

$ git clone https://github.com/FangYang970206/TL_Dataset_Classification

Second, download the dataset with onedrive, baiduyun or google. Move the TL_Dataset.zip in the TL_Dataset_Classification/, then unzip the TL_Dataset.zip.

Third, start training.

$ python main.py

or(custom)

$ python main.py --img_resize_shape tuple --batch_size int --lr float --num_workers int --epochs int --val_size float --save_model bool --save_path str 

The val_size(defualt=0.3) is radio in whole dataset.

Result

learning curve:

In the testset, achieve 97.425%. (keep improving)

About

implement an end-to-end classifier based on Traffic Light Dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages