microsoft / banknote-net

BankNote-Net: Open dataset and encoder model for assistive currency recognition
MIT License
24 stars 8 forks source link

No labels found #12

Open ShashirekhaYarramalla opened 2 months ago

ShashirekhaYarramalla commented 2 months ago

Thank you so much for the pre-trained models and your valuable time. I tried this model, and it is giving the results. But the issue here is that it is showing the classes as output not the labels. so that end user couldn't understand the exact output in detail. Could you please provide the labels for that trained classes set. So that it will be useful for the user to understood the output. Hope I will get the response soon. Thank you :)

ShashirekhaYarramalla commented 2 months ago

Could you please review this ASAP so that it will be very helpful

Electronc commented 1 month ago

Hey. The author provides only encryptor. To detect and get result you need to train decryptor as shown in train_from_embedings.py file. In that case you can get labels on your own. @ShashirekhaYarramalla