diff --git a/README.md b/README.md
index 1af79f8..782232f 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)**
**Pytorch to ONNX with NMS (and inference)**
```shell