├── Accidents_States_India.ipynb ├── README.md ├── accident.py ├── accidents.ipynb ├── block_diagram.jpg ├── colors.txt ├── download.png ├── edge_detection.png ├── fast_rcnn.png ├── mask_rcnn.py ├── mask_rcnn_inception_v2_coco_2018_01_28.pbtxt ├── mask_rcnn_output.png ├── mask_rcnn_video.py ├── object_detection_classes_coco.txt ├── sample.jpg ├── watershed.png ├── without_preprocess.png └── yolo.png /Accidents_States_India.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/Accidents_States_India.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/README.md -------------------------------------------------------------------------------- /accident.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/accident.py -------------------------------------------------------------------------------- /accidents.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/accidents.ipynb -------------------------------------------------------------------------------- /block_diagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/block_diagram.jpg -------------------------------------------------------------------------------- /colors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/colors.txt -------------------------------------------------------------------------------- /download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/download.png -------------------------------------------------------------------------------- /edge_detection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/edge_detection.png -------------------------------------------------------------------------------- /fast_rcnn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/fast_rcnn.png -------------------------------------------------------------------------------- /mask_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/mask_rcnn.py -------------------------------------------------------------------------------- /mask_rcnn_inception_v2_coco_2018_01_28.pbtxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/mask_rcnn_inception_v2_coco_2018_01_28.pbtxt -------------------------------------------------------------------------------- /mask_rcnn_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/mask_rcnn_output.png -------------------------------------------------------------------------------- /mask_rcnn_video.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/mask_rcnn_video.py -------------------------------------------------------------------------------- /object_detection_classes_coco.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/object_detection_classes_coco.txt -------------------------------------------------------------------------------- /sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/sample.jpg -------------------------------------------------------------------------------- /watershed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/watershed.png -------------------------------------------------------------------------------- /without_preprocess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/without_preprocess.png -------------------------------------------------------------------------------- /yolo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vgaurav3011/Accident-Detection-System-using-Image-Segmentation-and-Machine-Learning/HEAD/yolo.png --------------------------------------------------------------------------------