You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your code. I'm trying to modify your toolkit to multiple labels per input image. The use case is OCR. If I pass in a image with a string of digits I want to get a prediction for each digit in the image. We right pad to make each prediction the same length.
How can I modify the code so the prediction for each input image output by your CapsNet architecture has a length > 1? So instead of predicting for a single output from 10 choices (0-9) we are predicting for multiple outputs each of them with a chance of being 0-9?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello @XifengGuo ,
Thanks for your code. I'm trying to modify your toolkit to multiple labels per input image. The use case is OCR. If I pass in a image with a string of digits I want to get a prediction for each digit in the image. We right pad to make each prediction the same length.
How can I modify the code so the prediction for each input image output by your CapsNet architecture has a length > 1? So instead of predicting for a single output from 10 choices (0-9) we are predicting for multiple outputs each of them with a chance of being 0-9?
Thank you.
The text was updated successfully, but these errors were encountered: