logo
Loading...

無法一次下載網路權重檔 yolo_tiny.ckpt - Cupoy

請問老師 :1. 使用 wget 是否無法一次下載 yolo_tiny.ckpt 檔 ? 要第二次到...

cvdl-1,cvdl-1-d35

無法一次下載網路權重檔 yolo_tiny.ckpt

2020/01/14 下午 05:30
電腦視覺深度學習討論版
胡連福
觀看數:6
回答數:2
收藏數:0
cvdl-1
cvdl-1-d35

請問老師 :

1. 使用 wget 是否無法一次下載 yolo_tiny.ckpt 檔 ? 要第二次到 google drive 去手動下載 ?

2. 就算加了 wget https://drive.google.com/file/d/0B-yiAeTLLamRekxqVE01Yi1RRlk/view?usp=sharing -o yolo_tiny.ckpt 也是沒法直接下載, 是否有其他方式做直接下載 ?


if not os.path.exists("models/pretrain/yolo_tiny.ckpt"):

# 下載 yolo_tiny 的網路權重

print("Model doesn't exist, downloading...")

 os.system("wget https://drive.google.com/file/d/0B-yiAeTLLamRekxqVE01Yi1RRlk/view?usp=sharing")

#  print("Converting yolov3.weights to yolo.h5...")

#  os.system("python convert.py yolov3.cfg yolov3.weights models/pretrain/yolo_tiny.ckpt")

回答列表