lobe.NET
lobe.NET copied to clipboard
.NET library for lobe.
Hello: I have trained an image converter model in Lobe (version 0.10.1130.5). I also exported as an ONNX model. But I don’t know how to write some C# code to...
Hello: I have installed Lobe Application in my Windows 10 PC, from this URL: https://www.lobe.ai/ I used a small dataset to train and get an ONNX model. This model is...
The example on README.md shows: `Console.WriteLine(results.Classification.Label);` But results has a collection called Classifications, not a single item.