Show HN: Pytorch Text Recognition Tool
github.com
Show HN: Pytorch Text Recognition Tool
1–9 of 9 posts
Re: Show HN: Pytorch Text Recognition Tool
#2Also, if I were a developer trying to use this, I'd be constantly annoyed at receiving a dict with keys like "0", "1", "2" rather than just getting a list.
Re: Show HN: Pytorch Text Recognition Tool
#3In the example on the readme, why does it reverse the order of "casteli" (3) and "castle" (4)? It's a bit surprising that it understand the rest of the ordering (including the "and" in the center), but flips those two. Also, if I were a developer trying to use this, I'd be constantly annoyed at receiving a dict with keys like "0", "1", "2" rather than just getting a list.
also, good point about the list. dictionary keys has no logical usage in this one.
Re: Show HN: Pytorch Text Recognition Tool
#4Re: Show HN: Pytorch Text Recognition Tool
#5How to train this model in other languages?
Re: Show HN: Pytorch Text Recognition Tool
#6Re: Show HN: Pytorch Text Recognition Tool
#7And CRAFT stands for what?
Fist repo: Character Region Awareness for Text Detection (CRAFT)
https://github.com/clovaai/CRAFT-pytorch
Which has a nice video demo.
Re: Show HN: Pytorch Text Recognition Tool
#8Also some examples of where else you've seen it applied could spark peoples imagination to help people get some more usage out of your work.
Re: Show HN: Pytorch Text Recognition Tool
#9This is awesome, definitely a ton of use cases for this. It would be interesting if you put some background into why you made this project in your README. Some inspiration always helps. Also some examples of where else you've seen it applied could spark peoples imagination to help people get some more usage out of your work.