Skip to content

Commit

Permalink
changed download tool from cmutil to wget
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng committed Sep 13, 2024
1 parent 920d8ba commit 2482447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/get-dataset-imagenet-aux/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"prehook_deps": [
{
"tags": "download-and-extract,_extract",
"tags": "download-and-extract,_extract,_wget",
"env": {
"CM_EXTRACT_EXTRACTED_FILENAME": "<<<CM_ML_MODEL_FILE>>>",
"CM_EXTRACT_FINAL_ENV_NAME": "CM_DATASET_AUX_PATH",
Expand Down Expand Up @@ -55,7 +55,7 @@
"2012"
],
"env": {
"CM_PACKAGE_URL": "https://aww.dropbox.com/s/92n2fyej3lzy3s3/caffe_ilsvrc12.tar.gz",
"CM_PACKAGE_URL": "https://www.dropbox.com/s/92n2fyej3lzy3s3/caffe_ilsvrc12.tar.gz",
"CM_PACKAGE_URL1": "http://dl.caffe.berkeleyvision.org/caffe_ilsvrc12.tar.gz",
"CM_DOWNLOAD_CHECKSUM": "ee346d67141e476df9c1a3f813552503"
}
Expand Down

0 comments on commit 2482447

Please sign in to comment.