provides very convenient and powerful methods
to perform object detection in videos and track specific object(s). The video object detection class provided only supports
the current state-of-the-art RetinaNet, but with options to adjust for state of the art performance or real time processing.
-You will find below the result of an example object detection using the RetinaNet model, and the 'Full Details & Documentation' link.
+You will find below the result of an example object detection using the RetinaNet model, and the 'Full Details & Documentation' link below the images.
Click the link to see the full videos, sample codes, explainations, best practices guide and documentation.
Video Object Detection
@@ -167,7 +167,7 @@ Click the link to see the full videos, sample codes, explainations, best practic
Custom Model Training
ImageAI provides classes and methods for you to train a new model that can be used to perform prediction on your own custom objects.
You can train your custom models using SqueezeNet, ResNet50, InceptionV3 and DenseNet in less than
12 lines of code.
-You will find below the 'Full Details & Documentation' link.
+You will find below the 'Full Details & Documentation' link below the image.
Click the link to see the guide to preparing training images, sample training codes, explainations, best practices guide and documentation.
@@ -190,7 +190,7 @@ Click the link to see the guide to preparing training images, sample training co
Custom Image Prediction
ImageAI provides classes and methods for you to run image prediction your own custom objects using your own model trained with
ImageAI Model Training class.
You can use custom models trained with SqueezeNet, ResNet50, InceptionV3 and DenseNet and the JSON file containing the mapping of the custom object names.
-You will find below the 'Full Details & Documentation' link.
+You will find below the 'Full Details & Documentation' link below the image.
Click the link to see the guide to sample training codes, explainations, best practices guide and documentation.