Skip to content

Commit

Permalink
Fixing issue and index page typo (#15169)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisquintanilla authored Oct 14, 2019
1 parent dbe0937 commit d230666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/machine-learning/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ landingContent:
url: tutorials/github-issue-classification.md
- text: Classify images with TensorFlow (API)
url: tutorials/image-classification.md
- text: Detect objects in images API)
- text: Detect objects in images (API)
url: tutorials/object-detection-onnx.md
- text: Detect anomalies in product sales (API)
url: tutorials/sales-anomaly-detection.md
Expand Down
6 changes: 3 additions & 3 deletions docs/machine-learning/tutorials/object-detection-onnx.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In this tutorial, you learn how to:
- [Microsoft.ML NuGet Package](https://www.nuget.org/packages/Microsoft.ML/)
- [Microsoft.ML.ImageAnalytics NuGet Package](https://www.nuget.org/packages/Microsoft.ML.ImageAnalytics/)
- [Microsoft.ML.OnnxTransformer NuGet Package](https://www.nuget.org/packages/Microsoft.ML.OnnxTransformer/)
- [Tiny YOLOv2 pre-trained model](https://github.com/onnx/models/tree/master/tiny_yolov2)
- [Tiny YOLOv2 pre-trained model](https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/tiny_yolov2)
- [Netron](https://github.com/lutzroeder/netron) (optional)

## ONNX object detection sample overview
Expand Down Expand Up @@ -703,7 +703,7 @@ To see the images with bounding boxes, navigate to the `assets/images/output/` d
Congratulations! You've now successfully built a machine learning model for object detection by reusing a pre-trained `ONNX` model in ML.NET.

You can find the source code for this tutorial at the [dotnet/samples](https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/getting-started/DeepLearning_ObjectDetection_Onnx) repository.
You can find the source code for this tutorial at the [dotnet/machinelearning-samples](https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/getting-started/DeepLearning_ObjectDetection_Onnx) repository.

In this tutorial, you learned how to:
> [!div class="checklist"]
Expand All @@ -716,4 +716,4 @@ In this tutorial, you learned how to:

Check out the Machine Learning samples GitHub repository to explore an expanded object detection sample.
> [!div class="nextstepaction"]
> [dotnet/machinelearning-samples GitHub repository](https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/end-to-end-apps/DeepLearning_ObjectDetection_Onnx)
> [dotnet/machinelearning-samples GitHub repository](https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/getting-started/DeepLearning_ObjectDetection_Onnx)

0 comments on commit d230666

Please sign in to comment.