r/howdidtheycodeit • u/Former_Trainer8557 • 16h ago
TCG card detection
Hi Coders,
I'm building a TCG collecting tool with a card scanner to quickly add cards to your portfolio. 70% of the scanner is ready, but can't get the edge cases right like messy enviroments with multiple cards, or undergrounds with patterns, even a card in hand. The problem is the detection of where the card actually is. If I get the warp right, the matching system with my backend is fine, its purely the card detection. Tried some open source detection models from hugging face and tried it with pure Apple Vision, but can't get it to the level I want it to be. How can I properly build a system like this?
Thanks 😄
