From 9528dfb657b829004b9bd1fbc7c0b976aa265fbc Mon Sep 17 00:00:00 2001 From: "Kin-Yiu, Wong" <102582011@cc.ncu.edu.tw> Date: Thu, 7 Jul 2022 00:26:03 +0800 Subject: [PATCH] main description update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3de7eb3..e5eedee 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ cd /yolov7 ## Testing -[`yolov7.pt`]() +[`yolov7.pt`](https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7.pt) ``` python test.py --data data/coco.yaml --img 640 --batch 32 --conf 0.001 --iou 0.65 --device 0 --weights yolov7.pt --name yolov7_640_val @@ -68,6 +68,10 @@ You will get the results: Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.83868 ``` +## Training + +The training code and instrument will release soon. + ## Citation ```