@@ -12,19 +12,19 @@ Instead of manual downloading/unpacking you can use special utility
1212
1313## Usage Instructions
14141 . 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
16+
15172 . Edit ` model_list.txt `
1618
17- Downloading and unpacking of all models can take formidable time
18- expecially in case of slow Internet. Do reduce time customers reduce
19- number of models. Make copy of ` model_list.txt ` to
20- ` model_list_shorten.txt ` and remove models you don't want to use now.
21- You can download other models lately
19+ 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.
20+ Do reduce download time and disc space customers can reduce number of models.
21+ Make copy of ` model_list.txt ` to ` model_list_shorten.txt ` and remove models you don't want to use now.
22+ It's possible download other models lately
2223> ** Note:**
23- > ` imagenet_mean ` and ` images ` are image data-sets that are used many
24- > ` model_list_shorten.txt ` models. Don't remove them from
25- > ` model_list_shorten.txt `
24+ > ` imagenet_mean ` and ` images ` are image data-sets that are used by many models.
25+ > ` Don't remove them from ` model_list_shorten.txt`
2626
27- 3 . Run the script
27+ 3 . Download and unpack models
2828
2929 `python donwnoad_unpack_cnn_models.py --model_list
3030 model_list_shorten.txt`
@@ -33,7 +33,7 @@ Instead of manual downloading/unpacking you can use special utility
3333 enviroment variable
3434 You can select your path instead
3535 `python donwnoad_unpack_cnn_models.py --model_list
36- model_list_shorten.txt --model_path <your_path>`
36+ model_list_shorten.txt --model_path <your_path>`
3737 You need at least 50Gb of disc space to download and unpack all models
3838
39394 . Download new models
0 commit comments