From 081be9a0ed2878ce126a9e9ec04d5aa03af4dbe5 Mon Sep 17 00:00:00 2001 From: Chilicyy <107050484+Chilicyy@users.noreply.github.com> Date: Wed, 31 May 2023 19:52:08 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e1454ff..2e76bd79 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ python tools/eval.py --data data/coco.yaml --batch 32 --weights yolov6s6.pt --ta
Inference -First, download a pretrained model from the YOLOv6 [release](https://github.com/meituan/YOLOv6/releases/tag/0.3.0) or use your trained model to do inference. +First, download a pretrained model from the YOLOv6 [release](https://github.com/meituan/YOLOv6/releases/tag/0.4.0) or use your trained model to do inference. Second, run inference with `tools/infer.py`