Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 794 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 794 Bytes

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.