Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added VGG support #88

Merged
merged 3 commits into from
Apr 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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