UMass-Rescue / object_summary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

object_summary

A library that makes use of object detection to provide insights into image data.

Installation

To install the library, please use the following command

pip install object_summary

Dependencies -

The library depends on Tensorflow Object Detection API, tf_object_detection_util and OpenCV.

To install tf_object_detection_util, use the following command -

pip install tf_object_detection_util

To install Open CV -

pip install opencv-python

Usage instructions - refer "Object Summary Example.ipynb"

About


Languages

Language:Jupyter Notebook 90.9%Language:Python 9.1%