main description

update readme
This commit is contained in:
Kin-Yiu, Wong 2022-07-07 00:26:03 +08:00 committed by GitHub
parent 0de48a8233
commit 9528dfb657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```