From 5de47f6e20de1fa75daf1950c73787394cdb1b98 Mon Sep 17 00:00:00 2001 From: Davlat Shavkatov Date: Sat, 28 Dec 2019 23:15:27 +0500 Subject: [PATCH] Remote model "RetinaNet" duplicate text Thanks for great library :) --- imageai/Detection/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/imageai/Detection/README.md b/imageai/Detection/README.md index 1798082a..cddf5cb4 100644 --- a/imageai/Detection/README.md +++ b/imageai/Detection/README.md @@ -17,7 +17,6 @@ ImageAI provides very convenient and powerful methods to perform object detectio * **[RetinaNet](https://github.com/OlafenwaMoses/ImageAI/releases/download/1.0/resnet50_coco_best_v2.0.1.h5)** _(Size = 145 mb, high performance and accuracy, with longer detection time)_ * **[YOLOv3](https://github.com/OlafenwaMoses/ImageAI/releases/download/1.0/yolo.h5)** _(Size = 237 mb, moderate performance and accuracy, with a moderate detection time)_ * **[TinyYOLOv3](https://github.com/OlafenwaMoses/ImageAI/releases/download/1.0/yolo-tiny.h5)** _(Size = 34 mb, optimized for speed and moderate performance, with fast detection time)_ -* **[RetinaNet](https://github.com/OlafenwaMoses/ImageAI/releases/download/1.0/resnet50_coco_best_v2.0.1.h5)** _(Size = 145 mb, high performance and accuracy, with longer detection time)_ Once you download the object detection model file, you should copy the model file to the your project folder where your .py files will be.