├── Object Detection using openCv ├── Labels.txt ├── Task1.py ├── frozen_inference_graph.pb ├── human.jpg ├── ssd_mobilenet_v3_large_coco_2020_01_14.pbtxt └── video.mp4 └── README.md /Object Detection using openCv/Labels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnmolArya1/Object_Detection_Project_using_openCv/HEAD/Object Detection using openCv/Labels.txt -------------------------------------------------------------------------------- /Object Detection using openCv/Task1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnmolArya1/Object_Detection_Project_using_openCv/HEAD/Object Detection using openCv/Task1.py -------------------------------------------------------------------------------- /Object Detection using openCv/frozen_inference_graph.pb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnmolArya1/Object_Detection_Project_using_openCv/HEAD/Object Detection using openCv/frozen_inference_graph.pb -------------------------------------------------------------------------------- /Object Detection using openCv/human.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnmolArya1/Object_Detection_Project_using_openCv/HEAD/Object Detection using openCv/human.jpg -------------------------------------------------------------------------------- /Object Detection using openCv/ssd_mobilenet_v3_large_coco_2020_01_14.pbtxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnmolArya1/Object_Detection_Project_using_openCv/HEAD/Object Detection using openCv/ssd_mobilenet_v3_large_coco_2020_01_14.pbtxt -------------------------------------------------------------------------------- /Object Detection using openCv/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnmolArya1/Object_Detection_Project_using_openCv/HEAD/Object Detection using openCv/video.mp4 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnmolArya1/Object_Detection_Project_using_openCv/HEAD/README.md --------------------------------------------------------------------------------