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.48k stars 2.18k forks source link

File size reduction #819

Closed msumalague closed 10 months ago

msumalague commented 1 year ago

Is there any way to reduce the file size of the trained model?

I am using the latest version of imageAI and the trained model I've generated was 249MB. I would like to reduce the file size no more than 100MB. Is it possible?

OlafenwaMoses commented 10 months ago

It's possible using model quantization but it's currently not supported by ImageAI.

OlafenwaMoses commented 10 months ago

We do not have plans to support it anytime soon.