Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_onnxruntime
Commits
d5f99f81
Commit
d5f99f81
authored
Jun 30, 2023
by
yangql
Browse files
Deleted Resource/model/.gitkeep, Resource/model/download, Resource/Models/.gitkeep files
parent
1d8ec846
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
+0
-10
Resource/Models/.gitkeep
Resource/Models/.gitkeep
+0
-0
Resource/model/.gitkeep
Resource/model/.gitkeep
+0
-0
Resource/model/download
Resource/model/download
+0
-10
No files found.
Resource/Models/.gitkeep
deleted
100644 → 0
View file @
1d8ec846
Resource/model/.gitkeep
deleted
100644 → 0
View file @
1d8ec846
Resource/model/download
deleted
100644 → 0
View file @
1d8ec846
#!/bin/bash
# 获取当前脚本的绝对路径
script_path
=
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
#下载链接
model_url
=
"https://github.com/onnx/models/blob/main/vision/classification/resnet/model/resnet50-v2-7.onnx"
#使用wget下载文件并保存到当前脚本所在文件夹
wget
-P
"
$script_path
"
"
$model_url
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment