Commit 8cb1d822 authored by yangql's avatar yangql
Browse files

Add new file

parent 99522ea0
Pipeline #398 canceled with stages
#!/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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment