0

I have been trying to understand how the C# MicrosoftML library works with VS. I have run the demo with ONNX and the pretrained model: https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/object-detection-onnx

That works fine. But I have a trained model in Tensorflow, Faster_rcnn_Resnet50 and on the COCO dataset. Its not in ONNX format. So can I get ML to read the file I have without transferring to ONNX.

If I have to transfer, how do I do? I have installed the https://github.com/onnx/tensorflow-onnx and tried to convert a model without luck.

to be honest I am quite in the dark and starting to understand all the acronyms. If anyone can point to a tutorial or guide on how to use tensorflow model based on COCO in ML C# I would be very happy.

thanks in advance.. If I miss out on somethings its because I am learning how all comes together...

4

0 回答 0