c# windows forms application which uses onnx data (exported from custom vision) for prediction

Status
Not open for further replies.

chantelloo

Regular Member
Joined
May 21, 2015
Messages
271
Reaction score
79
hello, iam looking for a c# developer.
i need a windows forms application (with source code of course)), which uses a onnx data (exported from custom vision) to do a "Multiclass (Single tag per image)" prediction.
so, i pick a picture from my pc, and i get a prediction from the onnx data. here are more details:

Inputs: data name: data type: float32[None,3,224,224] denotation: Image(Bgr8,SRGB,NominalRange_0_255) Image(s) in BGR format. It is a [N, C, H, W]-tensor. The 1st/2nd/3rd slices along the C-axis are blue, green, and red channels, respectively.

Outputs: classLabel name: classLabel type: string[None,1] loss name: loss type: sequence<map<string,float32>>

Postprocess.Method: classification_multiclass

just pm me for more details when you have experience.

Regards
 
If you are still looking someone so PM me. Thanks
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top