From 5e0680077f21432b9bc94a102baabb4ba7c43ca9 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Thu, 2 Apr 2020 20:46:54 +0200 Subject: [PATCH] [utils] Document model-zoo --- bob/ip/binseg/utils/model_zoo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bob/ip/binseg/utils/model_zoo.py b/bob/ip/binseg/utils/model_zoo.py index 47197c88..02649add 100644 --- a/bob/ip/binseg/utils/model_zoo.py +++ b/bob/ip/binseg/utils/model_zoo.py @@ -32,6 +32,7 @@ modelurls = { "resnet50_SIN_IN": "https://bitbucket.org/robert_geirhos/texture-vs-shape-pretrained-models/raw/60b770e128fffcbd8562a3ab3546c1a735432d03/resnet50_finetune_60_epochs_lr_decay_after_30_start_resnet50_train_45_epochs_combined_IN_SF-ca06340c.pth.tar", "mobilenetv2": "https://dl.dropboxusercontent.com/s/4nie4ygivq04p8y/mobilenet_v2.pth.tar", } +"""URLs of pre-trained models (backbones)""" def _download_url_to_file(url, dst, hash_prefix, progress): -- GitLab