├── LICENSE ├── README.md └── Traffic Rules Violation Detection System ├── Check_Helmet └── 0.png ├── Helmet.py ├── __pycache__ └── helm.cpython-37.pyc ├── all_vehicles.py ├── bikes.py ├── cars.xml ├── helm.py ├── motor-v4.xml ├── myhaar.xml ├── obj.names ├── outpy.avi ├── record.mkv ├── recordo.mkv ├── speed_check.py ├── t.jpg └── video.mp4 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/README.md -------------------------------------------------------------------------------- /Traffic Rules Violation Detection System/Check_Helmet/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/Traffic Rules Violation Detection System/Check_Helmet/0.png -------------------------------------------------------------------------------- /Traffic Rules Violation Detection System/Helmet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/Traffic Rules Violation Detection System/Helmet.py -------------------------------------------------------------------------------- /Traffic Rules Violation Detection System/__pycache__/helm.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/Traffic Rules Violation Detection System/__pycache__/helm.cpython-37.pyc -------------------------------------------------------------------------------- /Traffic Rules Violation Detection System/all_vehicles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/Traffic Rules Violation Detection System/all_vehicles.py -------------------------------------------------------------------------------- /Traffic Rules Violation Detection System/bikes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/Traffic Rules Violation Detection System/bikes.py -------------------------------------------------------------------------------- /Traffic Rules Violation Detection System/cars.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/Traffic Rules Violation Detection System/cars.xml -------------------------------------------------------------------------------- /Traffic Rules Violation Detection System/helm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/Traffic Rules Violation Detection System/helm.py -------------------------------------------------------------------------------- /Traffic Rules Violation Detection System/motor-v4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/Traffic Rules Violation Detection System/motor-v4.xml -------------------------------------------------------------------------------- /Traffic Rules Violation Detection System/myhaar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/Traffic Rules Violation Detection System/myhaar.xml -------------------------------------------------------------------------------- /Traffic Rules Violation Detection System/obj.names: -------------------------------------------------------------------------------- 1 | Helmet 2 | -------------------------------------------------------------------------------- /Traffic Rules Violation Detection System/outpy.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/Traffic Rules Violation Detection System/outpy.avi -------------------------------------------------------------------------------- /Traffic Rules Violation Detection System/record.mkv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/Traffic Rules Violation Detection System/record.mkv -------------------------------------------------------------------------------- /Traffic Rules Violation Detection System/recordo.mkv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/Traffic Rules Violation Detection System/recordo.mkv -------------------------------------------------------------------------------- /Traffic Rules Violation Detection System/speed_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/Traffic Rules Violation Detection System/speed_check.py -------------------------------------------------------------------------------- /Traffic Rules Violation Detection System/t.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/Traffic Rules Violation Detection System/t.jpg -------------------------------------------------------------------------------- /Traffic Rules Violation Detection System/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rohit9934/Traffic-Rules-Violation-detection-system/HEAD/Traffic Rules Violation Detection System/video.mp4 --------------------------------------------------------------------------------