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.64k stars 2.19k forks source link

Will ImageAI support Yolo traning ? #53

Closed chunyisong closed 6 years ago

chunyisong commented 6 years ago

Now ImageAI can train models using SqueezeNet, ResNet50, InceptionV3 and DenseNet,it is a nice work. Do you have plane to support Yolo V3 training?Thanks

OlafenwaMoses commented 6 years ago

We have plans to support training custom models for object detection using YOLO, TinyYOLO and RetinaNet. Once these features are ready, we will release it.

chunyisong commented 6 years ago

Nice!Thank you