Skip to content

Commit ffac232

Browse files
Fix broken link
Fixes #787
1 parent c341f04 commit ffac232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/csharp/getting-started/DeepLearning_ObjectDetection_Onnx

samples/csharp/getting-started/DeepLearning_ObjectDetection_Onnx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ There are multiple models which are pre-trained for identifying multiple objects
1919

2020
The Open Neural Network eXchange i.e [ONNX](http://onnx.ai/) is an open format to represent deep learning models. With ONNX, developers can move models between state-of-the-art tools and choose the combination that is best for them. ONNX is developed and supported by a community of partners.
2121

22-
The model is downloaded from the [ONNX Model Zoo](https://github.com/onnx/models/tree/master/tiny_yolov2) which is a is a collection of pre-trained, state-of-the-art models in the ONNX format.
22+
The model is downloaded from the [ONNX Model Zoo](https://github.com/onnx/models) which is a is a collection of pre-trained, state-of-the-art models in the ONNX format.
2323

2424
The Tiny YOLO2 model was trained on the [Pascal VOC](http://host.robots.ox.ac.uk/pascal/VOC/) dataset. Below are the model's prerequisites.
2525

0 commit comments

Comments
 (0)