From 82592ec2a19d8a769716491ee543287b4302ad07 Mon Sep 17 00:00:00 2001 From: Andrew Kinsman Date: Wed, 27 Mar 2019 15:02:20 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index db0a12111..b50741bd5 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,7 @@ The configuration file is a json file, which looks like this: The ```labels``` setting lists the labels to be trained on. Only images, which has labels being listed, are fed to the network. The rest images are simply ignored. By this way, a Dog Detector can easily be trained using VOC or COCO dataset by setting ```labels``` to ```['dog']```. Download pretrained weights for backend at: - -https://1drv.ms/u/s!ApLdDEW3ut5fgQXa7GzSlG-mdza6 +http://www.mediafire.com/file/l1b96fk7j18yi7v/backend.h5 **This weights must be put in the root folder of the repository. They are the pretrained weights for the backend only and will be loaded during model creation. The code does not work without this weights.**