Skip to content

Commit fc41a81

Browse files
author
Danya Vernadsky
committed
new release
1 parent 49f324d commit fc41a81

File tree

95 files changed

+38270
-16873
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+38270
-16873
lines changed

archived_models/README.md

Lines changed: 1 addition & 1 deletion

archived_models/download_unpack_cnn_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def main():
226226
" Total models: {}\n"
227227
" Successful: {}\n"
228228
" Failed : {}\n"
229-
" Time: {:0>2}:{:0>2}:{:05.2f}".
229+
" Time: {:0>2}:{:0>2}:{:0>2}".
230230
format(int(model_list_num), int(download_cnt),
231231
int(issue_cnt), int(hours), int(minutes), int(seconds)))
232232

archived_models/model_list.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# List of NN models to donwload from GitHub repository
33
# Repository: https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-caffe-models
44
# Zip files location: https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-caffe-models/tree/master/caffe_models_zipped
5-
# Ex of using:
5+
# Ex of using:
66
# python download_unpack_cnn_models.py --model_list model_list.txt --model_path <absolute_path_to_model_folder>
77
# You can edit the list of models below
88

99
# Part 1: Image data sets. Do not remove these, as they are used by many models.
1010

1111
imagenet_mean.zip
1212
images.zip
13-
13+
1414
# Part 2: Models list to download
1515
# Edit this list to fit your needs
1616

@@ -55,6 +55,7 @@ squeeze.zip
5555
srcnn.zip
5656
srgan.zip
5757
ssd.zip
58+
ssd_mobilenet_v2_coco.zip
5859
unet.zip
5960
vdsr.zip
6061
vgg16.zip

archived_models/models/DAN.zip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:4036217ee33ea60cdc597076a219bf50c11eb926adaeacb71e7db0390b5fda8a
2+
oid sha256:cb4aa23ef65ee7780cfc923f5584c074f5f1f0d0c3140641f616c0dc66246a94
33
size 171724798
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:62279d2660ea91ad0f7f83ebbe53d1ebbf9b3a8dfef347cf481f2bcce5e37bc1
2+
oid sha256:1160a3bcc74aca537aa23a14d73b670f6f443cbe0b4e5e6557571e0d4d819f39
33
size 7743773
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:b39cf1f46277a76bf51fb3023aae725c57769956084afaab5cf63afe005d75d1
2+
oid sha256:f6383b191aeedcc5f8cbbc6c398e4a93033ba484ebeef9f16a9cda2ea96ea1d6
33
size 7824632
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:f44a65749599c0150510f9949ddb561f03edd420f510c2a4d80b87ed823395b8
2+
oid sha256:e081a83ddef92df504a571ced05d5204dae13349d9328cb5d785a7765c995b03
33
size 7648396

archived_models/models/alexnet.zip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:d421e634868f97ef51f72e2bfb1070e4932e9a157902a539701bfbd788daa839
2+
oid sha256:2b8dd410978cd46121d195703d355a28964c8139c5eb2cf37fdf0edaf2a2d17c
33
size 239349280

archived_models/models/deeplab.zip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:eb3e808db5c66554a1fa00337cbbb8d8c670a5c99b71cda213eaab247b73eeaa
2+
oid sha256:b977b2b9669c5f117038a2e581c724f1ab7c8b9b05368acc162ccb05bda0c838
33
size 319349896
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:42bca7cfa45da92c2555e29e90d8bd5cbcf4c311a7c8f676d328c506e164f7a7
2+
oid sha256:4af727ca12e40a39a9366bcd73e6375836987e8ac7a4a3aa1d0521256cfccc28
33
size 208906911

0 commit comments

Comments
 (0)