This is a major <b>ImageAI</b> release that provides a wider range of APIs and the base implementation of future updates. This wheel is provided for Python 3.x . <br>
<br> What's new:
<br>
- Addition of Custom Image Prediction model trainings using SqueezeNet, ResNet50, InceptionV3 and DenseNet121 <br>
- Addition of Custom Image Prediction with custom trained models and generated model class json <br>
- Preview Release: Addition of Video Object Detection and Video Custom Objects Detection (object tracking) <br>
- Addition of file, numpy array and stream input types for all image prediction and object detection tasks (file inputs only for video detections) <br>
- Addition of file and numpy array output types for object detection and custom object detection in images <br>
- Introduction of 4 speed modes ('normal', 'fast', 'faster' and 'fastest') for image prediction, allowing prediction time to reduce by 50% at 'fastest' while maintaining prediction accuracy <br>
- Introduction of 5 speed modes ('normal', 'fast', 'faster', 'fastest' and 'flash') for all object detection and video object detection tasks, allowing detection time to reduce by over 80% <br>
with 'flash' detection accuracy balanced with 'minimum_percentage_probability' which is kept at low values <br>
- Introduction of rate of frame detections, allowing developers to adjust intervals of detections in videos in favour of real time/close to real time result. <br> <br>
<br>