Skip to content

Commit

Permalink
Merge pull request #88 from Rhymmor/issue-86
Browse files Browse the repository at this point in the history
Added VGG support
  • Loading branch information
psyhtest authored Apr 5, 2017
2 parents 00ad356 + 76488ad commit 4f52786
Show file tree
Hide file tree
Showing 12 changed files with 885 additions and 0 deletions.
1 change: 1 addition & 0 deletions package/.cm/alias-a-caffemodel-vgg16
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9511d37475281f84
1 change: 1 addition & 0 deletions package/.cm/alias-a-caffemodel-vgg19
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
70d16f21cc47d6a6
1 change: 1 addition & 0 deletions package/.cm/alias-u-70d16f21cc47d6a6
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
caffemodel-vgg19
1 change: 1 addition & 0 deletions package/.cm/alias-u-9511d37475281f84
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
caffemodel-vgg16
1 change: 1 addition & 0 deletions package/caffemodel-vgg16/.cm/desc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
15 changes: 15 additions & 0 deletions package/caffemodel-vgg16/.cm/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"backup_data_uid": "9511d37475281f84",
"backup_module_uid": "1dc07ee0f4742028",
"backup_module_uoa": "package",
"control": {
"engine": "CK",
"iso_datetime": "2017-04-05T11:13:13.009661",
"version": [
"1",
"8",
"7"
]
},
"data_name": "caffemodel-vgg16"
}
54 changes: 54 additions & 0 deletions package/caffemodel-vgg16/.cm/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"check_exit_status": "yes",
"customize": {
"extra_dir": "",
"file_with_weights": "VGG_ILSVRC_16_layers.caffemodel",
"force_ask_path": "yes",
"install_env": {
"MODEL_FILE": "VGG_ILSVRC_16_layers.caffemodel",
"MODEL_HASH_CALCULATOR": "sha1sum",
"MODEL_HASH_REF": "9363e1f6d65f7dba68c4f27a1e62105cdf6c4e24",
"MODEL_URL": "http://www.robots.ox.ac.uk/~vgg/software/very_deep/caffe/VGG_ILSVRC_16_layers.caffemodel"
},
"no_os_in_suggested_path": "yes",
"no_ver_in_suggested_path": "yes",
"params": {
"deploy": {
"substitute": {
"batch_size": 10
},
"template": "deploy.prototxt"
}
},
"skip_file_check": "yes",
"version": "deploy"
},
"end_full_path": {
"linux": "VGG_ILSVRC_16_layers.caffemodel",
"win": "VGG_ILSVRC_16_layers.caffemodel"
},
"only_for_host_os_tags": [
"windows",
"linux"
],
"only_for_target_os_tags": [
"windows",
"linux"
],
"package_extra_name": " (vgg, vgg16)",
"process_script": "download",
"soft_uoa": "e2400aabc11d6cd1",
"suggested_path": "caffemodel-vgg16",
"tags": [
"caffe",
"weights",
"caffemodel",
"vgg",
"vgg16"
],
"use_scripts_from_another_entry": {
"data_uoa": "download-caffemodel",
"module_uoa": "script",
"repo_uoa": "ck-caffe"
}
}
Loading

0 comments on commit 4f52786

Please sign in to comment.