Unable to understand what is the model detecting

#1
by Jaydip - opened

The model just returns Label IDs only hence it is difficult to understand the actual labels being detected. Can you please update the model to return the labels or provide a reference to the label classes being returned?

Hi, I just uploaded the id2label and label2id dictionary in the config.json file. In a couple of minutes the text labels will appear in the inference api. These are the ordered labels: ['shirt, blouse', 'top, t-shirt, sweatshirt', 'sweater', 'cardigan', 'jacket', 'vest', 'pants', 'shorts', 'skirt', 'coat', 'dress', 'jumpsuit', 'cape', 'glasses', 'hat', 'headband, head covering, hair accessory', 'tie', 'glove', 'watch', 'belt', 'leg warmer', 'tights, stockings', 'sock', 'shoe', 'bag, wallet', 'scarf', 'umbrella', 'hood', 'collar', 'lapel', 'epaulette', 'sleeve', 'pocket', 'neckline', 'buckle', 'zipper', 'applique', 'bead', 'bow', 'flower', 'fringe', 'ribbon', 'rivet', 'ruffle', 'sequin', 'tassel']

Btw, do you know how to map them in the model so I don't have to upload them manually every time I retrain?

Sign up or log in to comment