Skip to content

Custom object detection model using tensorflow object detection api.

Notifications You must be signed in to change notification settings

xanjay/Object-Detection-using-Transfer-Learning

Repository files navigation

Object Detection using Transfer Learning

Custom object detection model using tensorflow object detection api - Momo Detector alt text

Petrained Model

ssd_mobilenet_v1_coco (from tensorflow model zoo)

Dependencies:

  • Labelimg - to label images
  • Protobufs - to configue model and training parameters.

Directories:

  • Data directory contains xml files generated by labelimg, csv files converted from xml and pbtxt file for mapping labels.
  • momo-images conains momo jpeg images.
  • momo_inference_graph contains trained model with checkpoints.
  • test_images contains images used to test.
  • utils - utility files used by ipynb files to visualize output.
  • ipynb file contains sample visualization of the model.

About

Custom object detection model using tensorflow object detection api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published