# Traffic_Sign_Detection **Repository Path**: yuhaoa/Traffic_Sign_Detection ## Basic Information - **Project Name**: Traffic_Sign_Detection - **Description**: Traffic Sign Detection using OpenCV. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Traffic_Sign_Detection Traffic Sign Detection from pictures using OpenCV. Code developed for academic purposes in 2017. This project relies on cv_lib, an own-developed OpenCv library wrapper hosted originally in [Academic_ComputerVision](https://github.com/eduherminio/Academic_ComputerVision) repo. cv_lib header and source files are temporarily included in this project to make it ready-to-use. # Instructions 1. Place your pictures in samples/ 2. Run compile.sh Currently supported traffic signs: see supported_signs/ Tested in Ubuntu 14.04 with OpenCV 3.2.0. Feedback & PR are welcome :)