Skip to content

Python program to perform object detection inference with Tensorflow 2.0.

License

Notifications You must be signed in to change notification settings

ibaiGorordo/tf2-object-detection-inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TF2 Object Detection Inference

TF2.0 Object Detection Inference

Python program to perform object detection inference with Tensorflow 2.0.

Installation

Usage

  • Modify the model name (model_name) with the desired model from the Object Detection Model Zoo (TF2). Note: The name should be the one in the link, for example, in the case of the SSD MobileNet v2 320x320 model, model_name should be 'ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8'.

  • Modify the relative path to the labels folder (PATH_TO_LABELS). The current program works only if the Python program is in the same directory where the models directory is located.

Releases

No releases published

Packages

No packages published

Languages