mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
Fix link for FasterRCNN C# tutorial (#10857)
This commit is contained in:
parent
9de7fb9c4f
commit
0112d97721
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue