-
Notifications
You must be signed in to change notification settings - Fork 30
Issues with cards in TopLoaders and 9-section #17
Comments
This software is currently using a pretty naive approach to doing card detection. Basically, it
This is far from best-in-class detection, it was just something hacky to get the project off the ground, and with carefully arranged lighting conditions, it was good enough for the particular use case. My particular use case was indexing cards for storage in bulk boxes, so cards were removed from protection. I've seen a few different issues related to card protectors
The best way to resolve this issue would probably be to develop a classifier that's specifically trained to detect generic MTG-card-like objects in view, so as to be able to handle a wider variety of backgrounds, and handle multiple cards at once. This would expand potential use cases from just static, controlled indexing to handling live gameplay. In the short term, there may be some simple tweaks one can do to detect_card.py that might get it working better in your situation. To help debug, it would be useful to get a screenshot of what's not detecting, and the included terminal output. |
i am actually using a modified version for a pokemon card scanner i am working on - (see sample video here https://www.dropbox.com/s/azx5d44vrhjwwry/Problem%20with%20GX.mov?dl=0 ) would love any advice or help
|
I skimmed through the video - I see issues with recognizing GX cards, such as at timestamp 12:45, but I don't see any toploaders nor binder sheets used in this video. I can take a look at what the issue is with GX cards. |
thanks so much. i will post a toploader and 9-sleeve video |
here is a toploader and penny plastic test - https://www.dropbox.com/s/emq8f9dr7poxi86/toploader%20test%201.mov?dl=0 |
I'm currently in the process of dusting the cobwebs off this project and getting an up-to-date version published with python 3 and opencv 4. I apologize for the delays there. There's a few things that would be helpful for making this a more actionable bug report:
|
i just realized you replied! amazing i will take a look |
hi
i am having trouble detecting cards when they are in toploaders or plastic binder sleeves?
any ideas?
CJ
The text was updated successfully, but these errors were encountered: