A benchmark for deep learning frameworks on traffic sign recognition task
- 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