OlafenwaMoses / ImageAI

A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
https://www.genxr.co/#products
MIT License
8.5k stars 2.19k forks source link

Converting tensorflow model to .h5 #157

Closed TomasKavaliauskas closed 5 years ago

TomasKavaliauskas commented 5 years ago

Im interested in using faster_rcnn_inception_resnet_v2_atrous_coco model from https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md in ImageAI, but Im newbie in this subject. What I would like to know is whether is it possible to somehow convert this model to .h5 model so ImageAI can use it?

OlafenwaMoses commented 5 years ago

ImageAI currently doesn't support using your own custom object detection models. Keep up to date with #8 to know the latest on this.