Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 683 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 683 Bytes

Tensor Flow Realtime Object Detect

Relatime object detection using Tensor Flow and pre trained model.
python package dependencies:

  • numpy
  • six
  • pillow
  • tensorflow  
  • cv2

After cloning or downloading the repo, just run the below command from terminal, it should open a window which will invoke webcam or built in laptop cam. The code is tested on Python version 2.7.X

python realtime_detection.py

After loading, it will start detecting COCO(Common Objects in COntext) objects from camera with label and box.
To quit the window, press q.

Sample Stream