Keras_object_detection icon indicating copy to clipboard operation
Keras_object_detection copied to clipboard

Convert any classification model or architecture trained in keras to an object detection model

Keras_object_detection

A repository containing object detection architecture for Keras.

As of now contains only Faster RCNN architecture implementation:

Faster_RCNN_API: Faster RCNN implementation in keras.

resource_utilization.py: Handy script to monitor utilization of GPU and CPU while training. Works only for NVIDIA GPU. Run this script from the terminal only Usage: python resource_utilization.py -i 1.This runs the script indefinitely and refreshes it every 1 second