ultralytics 8.2.1 adopt v8.2 GitHub assets URL (#10131)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
f9461d50b0
commit
dae4ce8307
32 changed files with 189 additions and 189 deletions
|
|
@ -126,7 +126,7 @@ def test_pycocotools():
|
|||
from ultralytics.models.yolo.segment import SegmentationValidator
|
||||
|
||||
# Download annotations after each dataset downloads first
|
||||
url = "https://github.com/ultralytics/assets/releases/download/v8.1.0/"
|
||||
url = "https://github.com/ultralytics/assets/releases/download/v8.2.0/"
|
||||
|
||||
args = {"model": "yolov8n.pt", "data": "coco8.yaml", "save_json": True, "imgsz": 64}
|
||||
validator = DetectionValidator(args=args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue