Skip to content

Commit c14e6df

Browse files
Update VIDEO.md
1 parent 3f0998b commit c14e6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imageai/Detection/VIDEO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
ImageAI provides convenient, flexible and powerful methods to perform object detection on videos. The video object detection class provided only supports the current state-of-the-art RetinaNet,
1313
while other object detection networks will be supported in the nearest future. This is a Preview release but capable lots of incredible options.
1414
To start performing object detection, you must download the RetinaNet object detection via the link below: <br> <br>
15-
<span><b>- <a href="https://github.com/fizyr/keras-retinanet/releases/download/0.2/resnet50_coco_best_v2.0.1.h5" style="text-decoration: none;" >RetinaNet</a></b> <b>(Size = 145 mb) </b></span> <br><br>
15+
<span><b>- <a href="https://github.com/OlafenwaMoses/ImageAI/releases/download/1.0/resnet50_coco_best_v2.0.1.h5" style="text-decoration: none;" >RetinaNet</a></b> <b>(Size = 145 mb) </b></span> <br><br>
1616
Because video object detection is a compute intensive tasks, we advise you perform this experiment using a computer with a NVIDIA GPU and the GPU version of Tensorflow
1717
installed. Performing Video Object Detection CPU will be slower than using an NVIDIA GPU powered computer. You can use Google Colab for this
1818
experiment as it has an NVIDIA K80 GPU available.

0 commit comments

Comments
 (0)