mirror of
https://github.com/WongKinYiu/yolov7.git
synced 2025-02-17 12:50:14 +08:00
main description
update readme
This commit is contained in:
parent
0de48a8233
commit
9528dfb657
@ -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
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user