onnxruntime/csharp/sample/Xamarin
Brian Martin 6c236fd939 Merged PR 6622174: merge latest onnxruntime into dmldev
there was a merge conflict in onnxruntime/core/providers/dml/OperatorAuthorHelper/Common.h that required manual merging.

Related work items: #36867798
2021-10-30 19:59:33 +00:00
..
FasterRcnnSample Merged PR 6622174: merge latest onnxruntime into dmldev 2021-10-30 19:59:33 +00:00
nuget.config Merged PR 6622174: merge latest onnxruntime into dmldev 2021-10-30 19:59:33 +00:00
readme.md Merged PR 6622174: merge latest onnxruntime into dmldev 2021-10-30 19:59:33 +00:00

Until ORT is officially released with Xamarin support in the nuget package you need to

  • get the managed and native nuget packages from the internal Zip-Nuget-Java packaging pipeline for a build of master
  • put that in a local directory
  • update the nuget.config to point to that directory

Additionally, the FasterRCNN model is required to be in the Models directory.

From this directory:

> mkdir Models
> cd Models
> wget https://github.com/onnx/models/blob/f064171f7dd8e962a8a5b34eac8e1bcf83cebbde/vision/object_detection_segmentation/faster-rcnn/model/FasterRCNN-10.onnx