Adding our custom objects in image classifier using ML kit

0
Hello everyone,   Is it possible to add our custom objects to the ML kit for our image classification. If yes please give me response how to achieve it.   Thank you.  
asked
1 answers
0

hi Veluru

if I understand correcty, you have an ONNX model that can accept an image as input, and it outputs a Category.

And now you want to make that ONNX model support more Categories ?

 

That would require a new ONNX model (possibly by fine-tuning your current ONNX model).

That fine-tuning would be done outside of Studio Pro.

 

answered