Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 505 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 505 Bytes

TrafficSignBench

A benchmark for deep learning frameworks on traffic sign recognition task

Usage:

  • Download the code and change working directory to the folder.
git clone https://github.com/owensgroup/TrafficSignBench.git
cd TrafficSignBench
  • Prepare Dataset. Currently only the GTSRB dataset is supported.
export DATASET_ROOT=/path/of/your/choice
./prepare_dataset.sh
  • Run the benchmark. Change the setting in the script file if necessary.
./bench_script.sh