A library that makes use of object detection to provide insights into image data.
To install the library, please use the following command
pip install object_summary
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