We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e6d9d commit 49f324dCopy full SHA for 49f324d
archived_models/model_list.txt
@@ -5,7 +5,15 @@
5
# Ex of using:
6
# python download_unpack_cnn_models.py --model_list model_list.txt --model_path <absolute_path_to_model_folder>
7
# You can edit the list of models below
8
-
+
9
+# Part 1: Image data sets. Do not remove these, as they are used by many models.
10
11
+imagenet_mean.zip
12
+images.zip
13
14
+# Part 2: Models list to download
15
+# Edit this list to fit your needs
16
17
alexnet.zip
18
DAN.zip
19
deeplab.zip
@@ -19,8 +27,6 @@ fcn1.zip
27
fcn2.zip
20
28
googlenet.zip
21
29
icnet.zip
22
-imagenet_mean.zip
23
-images.zip
24
30
inception_resnet_v1.zip
25
31
inception_resnet_v2.zip
26
32
inception_v1.zip
0 commit comments