Skip to content

Commit

Permalink
Fixed yolov3 model link.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD committed Jan 24, 2024
1 parent e321929 commit 4005b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/csharp/yolov3_object_detection_csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4005b92

Please sign in to comment.