Commit d5f99f81 authored by yangql's avatar yangql
Browse files

Deleted Resource/model/.gitkeep, Resource/model/download, Resource/Models/.gitkeep files

parent 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"
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