ONNX compatibility updates
This commit is contained in:
parent
4c5f4864fb
commit
9a98e806e0
|
@ -62,8 +62,7 @@ Download official YOLOv3 weights:
|
||||||
- https://pjreddie.com/media/files/yolov3-tiny.weights
|
- https://pjreddie.com/media/files/yolov3-tiny.weights
|
||||||
|
|
||||||
**PyTorch** format:
|
**PyTorch** format:
|
||||||
- https://storage.googleapis.com/ultralytics/yolov3.pt
|
- https://drive.google.com/drive/u/0/folders/1uxgUBemJVw9wZsdpboYbzUN4bcRhsuAI
|
||||||
- https://storage.googleapis.com/ultralytics/yolov3-tiny.pt
|
|
||||||
|
|
||||||
# Validation mAP
|
# Validation mAP
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,7 @@ wget -c https://pjreddie.com/media/files/yolov3-tiny.weights
|
||||||
wget -c https://pjreddie.com/media/files/yolov3-spp.weights
|
wget -c https://pjreddie.com/media/files/yolov3-spp.weights
|
||||||
|
|
||||||
# yolov3 pytorch weights
|
# yolov3 pytorch weights
|
||||||
wget -c https://storage.googleapis.com/ultralytics/yolov3.pt
|
# download from Google Drive: https://drive.google.com/drive/u/0/folders/1uxgUBemJVw9wZsdpboYbzUN4bcRhsuAI
|
||||||
wget -c https://storage.googleapis.com/ultralytics/yolov3-tiny.pt
|
|
||||||
|
|
||||||
# darknet53 weights (first 75 layers only)
|
# darknet53 weights (first 75 layers only)
|
||||||
wget -c https://pjreddie.com/media/files/darknet53.conv.74
|
wget -c https://pjreddie.com/media/files/darknet53.conv.74
|
||||||
|
|
Loading…
Reference in New Issue