Skip to content

andylei77/object-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection Tutorial

v0.1.0

Update

  • draw bbox and label
  • multi images

Usage

for example:

python3 object_detection_tutorial.py --model_frozen ../ssd_mobilenet_v1_coco_2018_01_28/frozen_inference_graph.pb

ref:

v0.1.1

  • optimization
  • TFDetector class

Update

  • new TFDetector class with session as class member
  • remove PIL, matplotlib dependencies
  • reformat the code
  • combine load image paths and labels in load_image_and_labels functions
  • remove isimage function, add types parameter to handle more image types in the future
  • remove main function

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages