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
8cb1d822
Commit
8cb1d822
authored
Jun 30, 2023
by
yangql
Browse files
Add new file
parent
99522ea0
Pipeline
#398
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
Resource/model/download
Resource/model/download
+10
-0
No files found.
Resource/model/download
0 → 100644
View file @
8cb1d822
#!/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