Skip to content

Commit

Permalink
main description
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
WongKinYiu authored Jul 6, 2022
1 parent 0de48a8 commit 9528dfb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

```
Expand Down

0 comments on commit 9528dfb

Please sign in to comment.