Skip to content

Commit 45cc0cd

Browse files
2 parents 050d5f5 + ee7b161 commit 45cc0cd

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,9 @@ git_sparse_download.sh googlenet mobilenet
5050
It creates "cnn_models" folder, init git repo in there, dowload common files and models you select.
5151
5252
```
53+
54+
## Alternative way to download (Beta)
55+
56+
In `caffe_models_zipped` sub-folder we hold all NN models in zip format.
57+
You can use the special Python utility that can download and unpack selected models.
58+
Please read a description in README.md that sub-folder.

archived_models/README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,29 @@ Zipped NN models
44

55
The folder consists of the list of ZIP archivated models. They can be
66
directly downloaded, unpacked on local PC.
7+
Instead of manual downloading/unpacking you can use special utility
8+
`donwnoad_unpack_cnn_models.py` and `model_list.txt` from this folder
9+
10+
11+
Prerequisites
12+
===========================
13+
The Python utility is designed to work in MetawareEV enviromemt.
14+
You should download MetawareEV and setup its enviroment
715

816
Donwload and unpack utility
917
===========================
1018
Instead of manual downloading/unpacking you can use special utility
1119
`donwnoad_unpack_cnn_models.py`
1220

13-
## Usage Instructions
21+
Instructions
22+
===========================
1423
1. Download `donwnoad_unpack_cnn_models.py` and `model_list.txt`
15-
Click `model_list.txt`, press `Raw` button, press Right-Click and choose "Save As .." in contect menu
24+
25+
Click `donwnoad_unpack_cnn_models.py`, press `Raw` button, press Right-Click and choose "Save As .." in contect menu
26+
Repeate the same for `model_list.txt`
1627

1728
2. Edit `model_list.txt`
18-
29+
1930
Downloading and unpacking of all models can take formidable time expecially in case of slow Internet. And it requiers about 50Gb of free disc space.
2031
Do reduce download time and disc space customers can reduce number of models.
2132
Make copy of `model_list.txt` to `model_list_shorten.txt` and remove models you don't want to use now.

0 commit comments

Comments
 (0)