You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>ImageAI</b> provides very convenient and powerful methods
102
102
to perform object detection on images and extract each object from the image. The object detection class provided only supports
103
103
the current state-of-the-art RetinaNet, but with options to adjust for state of the art performance or real time processing.
104
-
You will find below the result of an example object detection using the RetinaNet model, and the 'Full Details & Documentation' link.
104
+
You will find below the result of an example object detection using the RetinaNet model, and the 'Full Details & Documentation' link below the images.
105
105
Click the link to see the full sample codes, explainations, best practices guide and documentation.
106
106
<divstyle="width: 600px;" >
107
107
<b><p><i>Input Image</i></p></b></br>
@@ -143,7 +143,7 @@ person : 87.10319399833679
143
143
<b>ImageAI</b> provides very convenient and powerful methods
144
144
to perform object detection in videos and track specific object(s). The video object detection class provided only supports
145
145
the current state-of-the-art RetinaNet, but with options to adjust for state of the art performance or real time processing.
146
-
You will find below the result of an example object detection using the RetinaNet model, and the 'Full Details & Documentation' link.
146
+
You will find below the result of an example object detection using the RetinaNet model, and the 'Full Details & Documentation' link below the images.
147
147
Click the link to see the full videos, sample codes, explainations, best practices guide and documentation.
148
148
<p><divstyle="width: 600px;" >
149
149
<p><i><b>Video Object Detection</b></i></p>
@@ -167,7 +167,7 @@ Click the link to see the full videos, sample codes, explainations, best practic
167
167
<h3><b><u>Custom Model Training </u></b></h3>
168
168
<b>ImageAI</b> provides classes and methods for you to train a new model that can be used to perform prediction on your own custom objects.
169
169
You can train your custom models using SqueezeNet, ResNet50, InceptionV3 and DenseNet in less than <b> 12 </b> lines of code.
170
-
You will find below the 'Full Details & Documentation' link.
170
+
You will find below the 'Full Details & Documentation' link below the image.
171
171
Click the link to see the guide to preparing training images, sample training codes, explainations, best practices guide and documentation.
172
172
<br>
173
173
<p><br>
@@ -190,7 +190,7 @@ Click the link to see the guide to preparing training images, sample training co
190
190
<h3><b><u>Custom Image Prediction </u></b></h3>
191
191
<b>ImageAI</b> provides classes and methods for you to run image prediction your own custom objects using your own model trained with <b>ImageAI</b> Model Training class.
192
192
You can use custom models trained with SqueezeNet, ResNet50, InceptionV3 and DenseNet and the JSON file containing the mapping of the custom object names.
193
-
You will find below the 'Full Details & Documentation' link.
193
+
You will find below the 'Full Details & Documentation' link below the image.
194
194
Click the link to see the guide to sample training codes, explainations, best practices guide and documentation.
0 commit comments