/Real-Time-Object-Detection

YOLO and SSD implementation (Python, OpenCV, imutils)

Primary LanguagePython

Real-Time-Object-Detection


Sample Output of YOLOv3

This repo is for documenting my implementations of some real-time object detection models. The scripts for running them are all included and I wrote quick and simple instructions for anyone who wants to play with them. I also documented their frame rate when running on CPU. Please navigate to individual project folders for much more technical details.

Models/Techniques I have Tried so Far

Some other ones I plan to try include: semantic segmentation, fast R-CNN.