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
{{ message }}
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
I need to scan an ATM card that has a different pattern.
I've made some quick changes to the source code, and replaced the Visa pattern found in n_vseg.cpp. Luckily, it's perfectly scanning the ATM:
The thing is that I also need to scan Visa cards. After trying to understand the code, I think that I need to modify modelm_befe75da.cpp in order to include the new pattern. I would like to replace the Amex pattern with the ATM one, but I have no idea of how to modify/generate this file.
Is there a guide that explains how to generate this model file?
The text was updated successfully, but these errors were encountered:
Raulie
changed the title
Generating model file for a different number pattern
Generating model file for a different number pattern label:question
Dec 10, 2015
Raulie
changed the title
Generating model file for a different number pattern label:question
Generating model file for a different number pattern
Dec 10, 2015
Wow, good work! I'm actually surprised you could get as far as you already have.
Unfortunately, changing the deep-learning models is both difficult and undocumented. We have an entire toolkit of Python and other scripts that are needed for doing so, but no one has had the time to organize and document these.
This is more @josharian's area of expertise than mine. Perhaps he can offer some advice.
@S8ER01Z no, I couldn't. I don't even know if it's possible, since apparently in addition from Theano, they use an in-house Python library in order to build the models.
I need to scan an ATM card that has a different pattern.
I've made some quick changes to the source code, and replaced the Visa pattern found in n_vseg.cpp. Luckily, it's perfectly scanning the ATM:
The thing is that I also need to scan Visa cards. After trying to understand the code, I think that I need to modify modelm_befe75da.cpp in order to include the new pattern. I would like to replace the Amex pattern with the ATM one, but I have no idea of how to modify/generate this file.
Is there a guide that explains how to generate this model file?
The text was updated successfully, but these errors were encountered: