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.**