Skip to content

Relatime object detection using Tensor Flow and pre trained model

Notifications You must be signed in to change notification settings

sharif26/TFRealtimeDetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Relatime object detection using Tensor Flow and pre trained model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages