-
Notifications
You must be signed in to change notification settings - Fork 116
vseg probabilities for hstrip #9
Comments
@oyahyaoui thanks for your interest in card.io. Your questions suggest that you've already figured out a great deal of what's going on!
The The file I would strongly suggest viewing |
Thanks for your answer. |
@oyahyaoui I could send you The part you really need is the entire toolchain used to create We'd love to make that toolchain public, but right now it's a horrible mishmash of complex and undocumented code (even more complex and undocumented than card.io-dmz!), and we don't currently have the time or personnel to help others make sense of everything in there. More critically, the toolchain is designed specifically to work with our collection of credit card images. This collection is the key piece for training any new machine learning models. But we can't make those images public, because they represent actual cards from actual people. My dream (well, one of my more prosaic dreams) is to create an app that interested developers could use to crowdsource the creation of a new collection of anonymized images from credit-card-shaped cards. At that point it would make sense for us to clean up our toolchain and share it publicly. (In the interim, when I have spare moments, I'm currently exploring a different approach to locating the numbers on a credit card. This approach is based purely on computer vision, without any machine learning involved. If it eventually works out, then it might replace our current vertical and horizontal segmentation code in a more generally applicable manner.) |
@dgoldman-ebay The idea of this open crowdsourcing image collection app is really a good lead to have a worldwide collection of VISA cards. |
Thanks for your interest, @oyahyaoui! Unfortunately, for at least the next few weeks, it looks like most of my time will be devoted to a project other than card.io. I hope to return fairly soon to working on the above ideas. |
Dear author dgoldman-ebay, Unfortunately, there is a type of credit card with "plain credit card number" (looks like this: http://pic.pimg.tw/cash9999/4a6587085d83b.jpg) Many Thanks. Best Regards |
@WeiGoGo thanks for your interest in enhancing card.io. Adding non-embossed credit cards is indeed something that we would like to do, and we have begun working toward doing so. However, this is a very large task, which will involve collecting appropriate videos of many such sample cards, considerable experimentation with the algorithms for detecting the card numbers from these samples, and, finally, working on the machine-learning aspect of identifying the digits. We do not expect to accomplish all this in the near future. |
Dear
I am looking to understand
vseg_probabilities_for_hstrip(IplImage *y, IplImage *cropped_gradient, IplImage *downsampled_normed, IplImage *as_float)
specially applym_befe75da(vseg_model_input)
Would you mind give me a few words to start with? I am totally lost in model_befe75da.cpp, I didn't understand how did you generate this cpp file.
Many thanks in advance
Best regards.
The text was updated successfully, but these errors were encountered: