Skip to content

OPQAI/object_detection_with_tensorflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Target

  • detect object in a video or from camera.

Current Status

on my nvidia 1060 (6GB RAM ), the speed is ~25 frame per second, but gpu utilization is below 30%, I will use multiprocessing to speed up.

Image1: image1

Image2: image1

Project Structure

From google

object label and detecion api

data

label data

object_detection

object_detection API implemented by google

My module

myutil

downloadutil.py: helper function for downloading model

object_detection_tf.py

main module for detecting object

Usage

run following command

python object_detection_tf.py -v /home/scott/Videos/S11E03.mp4

you need replace the video file with your choice

About

object detection app based on tensorflow api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.7%
  • Jupyter Notebook 46.3%