Abhijit-2592 / Keras_object_detection

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Python 100.0%