瀏覽代碼

Update download_weights.sh with usage example (#1613)

5.0
Glenn Jocher GitHub 3 年之前
父節點
當前提交
efa7a915d8
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      weights/download_weights.sh

+ 2
- 0
weights/download_weights.sh 查看文件

@@ -1,5 +1,7 @@
#!/bin/bash
# Download latest models from https://github.com/ultralytics/yolov5/releases
# Usage:
# $ bash weights/download_weights.sh

python - <<EOF
from utils.google_utils import attempt_download

Loading…
取消
儲存