From 4005b92795fb10628d42230df0d02ecee9a2b8e0 Mon Sep 17 00:00:00 2001 From: MaanavD Date: Wed, 24 Jan 2024 13:52:33 -0800 Subject: [PATCH] Fixed yolov3 model link. --- docs/tutorials/csharp/yolov3_object_detection_csharp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/csharp/yolov3_object_detection_csharp.md b/docs/tutorials/csharp/yolov3_object_detection_csharp.md index d7f67ee41f41b..be83ecd0eddab 100644 --- a/docs/tutorials/csharp/yolov3_object_detection_csharp.md +++ b/docs/tutorials/csharp/yolov3_object_detection_csharp.md @@ -28,7 +28,7 @@ The source code for this sample is available [here](https://github.com/microsoft 3. Use any sample Image as input to the sample. 4. Download the latest YOLOv3 model from the ONNX Model Zoo. - This example was adapted from [ONNX Model Zoo](https://github.com/onnx/models).Download the latest version of the [YOLOv3](https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/yolov3) model from here. + This example was adapted from [ONNX Model Zoo](https://github.com/onnx/models).Download the latest version of the [YOLOv3](https://github.com/onnx/models/tree/ddbbd1274c8387e3745778705810c340dea3d8c7/validated/vision/object_detection_segmentation/yolov3) model from here. ## Install ONNX Runtime for OpenVINO Execution Provider