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

Prediction diferent models #155

Closed Gytis123 closed 5 years ago

Gytis123 commented 5 years ago

Is it possible to create multiple CustomImagePrediction() instances which have set different models for image predictions? I tried but it gives me unpredictable results.

Something like: ident = CustomImagePrediction() ident.setModelPath(identprof) ...

pet= CustomImagePrediction() pet.setModelPath(pets)

OlafenwaMoses commented 5 years ago

In the next update, using multiple custom recognition models will be supported.

OlafenwaMoses commented 5 years ago

@Gytis123 Thanks very much for your patience. We have released a new version (v2.0.3) that allows you to run multiple custom models at once. See the link below on this.

https://github.com/OlafenwaMoses/ImageAI/blob/master/imageai/Prediction/CUSTOMPREDICTION.md#custompredictionmultiple

Also visit https://github.com/OlafenwaMoses/ImageAI to learn more on all the new features.