object-summary

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


Install
pip install object-summary==0.2.2

Documentation

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"