From 6ded32cc8d0ab40ea51f385876c143011ec69197 Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 12 Aug 2022 10:16:17 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1af79f80..782232f5 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ You will get the results: Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.83868 ``` -To measure accuracy, download [COCO-annotations for Pycocotools](http://images.cocodataset.org/annotations/annotations_trainval2017.zip). +To measure accuracy, download [COCO-annotations for Pycocotools](http://images.cocodataset.org/annotations/annotations_trainval2017.zip) to the `./coco/annotations/instances_val2017.json` ## Training @@ -149,6 +149,7 @@ python detect.py --weights yolov7.pt --conf 0.25 --img-size 640 --source inferen ## Export +**Pytorch to CoreML (and inference on MacOS/iOS)** Open In Colab **Pytorch to ONNX with NMS (and inference)** Open In Colab ```shell