Hi, I have trained an Image Classifier, now I'm wondering if it's possible to change the name of the classes of the classifier. Let's say I Have a class called 'dog' and I would like to change it to 'Dog'.
I tried changing the fields in the classes array in the model but when I try to save the model and relaod it, the classes of the model remain the same.
Hi, I have trained an Image Classifier, now I'm wondering if it's possible to change the name of the classes of the classifier. Let's say I Have a class called 'dog' and I would like to change it to 'Dog'.
I tried changing the fields in the classes array in the model but when I try to save the model and relaod it, the classes of the model remain the same.