├── Car Detection in images ├── Car Detection in recorded videos ├── Face detection on recorded videos ├── Masking a color in video_HarryPotterCloak.ipynb ├── Pedestrian Detection in recorded videos ├── README.md ├── Real time webcam face detection ├── Regression analysis on features extracted from images in Instagram ├── .ipynb_checkpoints │ ├── InstagramFeedScrapping.-checkpoint.ipynb │ └── Marketing_analytics_regression-checkpoint.ipynb ├── InstagramFeedScrapping..ipynb ├── Marketing_analytics_regression.ipynb └── colour_shape_texture.m ├── Tracking Ants Motion.ipynb ├── macOS recording codes ├── Car Detection in recorded videos ├── Face detection on recorded videos ├── Pedestrian Detection in recorded videos └── Real time webcam face detection └── xml files ├── README ├── cars.xml └── haarcascade_fullbody.xml /Car Detection in images: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/Car Detection in images -------------------------------------------------------------------------------- /Car Detection in recorded videos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/Car Detection in recorded videos -------------------------------------------------------------------------------- /Face detection on recorded videos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/Face detection on recorded videos -------------------------------------------------------------------------------- /Masking a color in video_HarryPotterCloak.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/Masking a color in video_HarryPotterCloak.ipynb -------------------------------------------------------------------------------- /Pedestrian Detection in recorded videos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/Pedestrian Detection in recorded videos -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/README.md -------------------------------------------------------------------------------- /Real time webcam face detection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/Real time webcam face detection -------------------------------------------------------------------------------- /Regression analysis on features extracted from images in Instagram/.ipynb_checkpoints/InstagramFeedScrapping.-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/Regression analysis on features extracted from images in Instagram/.ipynb_checkpoints/InstagramFeedScrapping.-checkpoint.ipynb -------------------------------------------------------------------------------- /Regression analysis on features extracted from images in Instagram/.ipynb_checkpoints/Marketing_analytics_regression-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/Regression analysis on features extracted from images in Instagram/.ipynb_checkpoints/Marketing_analytics_regression-checkpoint.ipynb -------------------------------------------------------------------------------- /Regression analysis on features extracted from images in Instagram/InstagramFeedScrapping..ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/Regression analysis on features extracted from images in Instagram/InstagramFeedScrapping..ipynb -------------------------------------------------------------------------------- /Regression analysis on features extracted from images in Instagram/Marketing_analytics_regression.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/Regression analysis on features extracted from images in Instagram/Marketing_analytics_regression.ipynb -------------------------------------------------------------------------------- /Regression analysis on features extracted from images in Instagram/colour_shape_texture.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/Regression analysis on features extracted from images in Instagram/colour_shape_texture.m -------------------------------------------------------------------------------- /Tracking Ants Motion.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/Tracking Ants Motion.ipynb -------------------------------------------------------------------------------- /macOS recording codes/Car Detection in recorded videos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/macOS recording codes/Car Detection in recorded videos -------------------------------------------------------------------------------- /macOS recording codes/Face detection on recorded videos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/macOS recording codes/Face detection on recorded videos -------------------------------------------------------------------------------- /macOS recording codes/Pedestrian Detection in recorded videos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/macOS recording codes/Pedestrian Detection in recorded videos -------------------------------------------------------------------------------- /macOS recording codes/Real time webcam face detection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/macOS recording codes/Real time webcam face detection -------------------------------------------------------------------------------- /xml files/README: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /xml files/cars.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/xml files/cars.xml -------------------------------------------------------------------------------- /xml files/haarcascade_fullbody.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chandravenky/Computer-Vision---Object-Detection-in-Python/HEAD/xml files/haarcascade_fullbody.xml --------------------------------------------------------------------------------