Fix link for FasterRCNN C# tutorial (#10857)

This commit is contained in:
Scott McKay 2022-03-16 09:29:49 +10:00 committed by GitHub
parent 9de7fb9c4f
commit 0112d97721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ These tutorials demonstrate basic inferencing with ONNX Runtime with each langua
* [C/C++ examples](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_cxx)
## C#
* [Object detection (Faster RCNN)]()
* [Object detection (Faster RCNN)](../tutorials/fasterrcnn_csharp.html)
* [Image recognition (ResNet50 v2)](../tutorials/resnet50_csharp.html)
## Java