Hey, since I am using this site I obviously trade a lot more.
And I was rechecking for any wrong card counts, I noticed that I accidentally forgot to remove the cards I traded. I added the new ones, though.
My thought was, that it would be cool, if we could scan not only cards, but also for example the trade screen and the page then detects that and changes the card counts of the two card according to the trade.
I have no idea how complicated something like this is to implement, so no worries if its out of scope, just a suggestion
1 Like
It sounds like a nice challenge for the devs.
Because now the algorithm is trained to identify all the cards in the screen… Now they would have to train it to recognize and differentiate between a trade and any other option, and which card to add, and which to decrease.
Also what would happen when there’s a user that didn’t add the cards, would they end in a negative number?
Maybe the system needs to check the collection before accepting the scan?
What if there are multiple pictures added?
Should they make a separate button for trades?
Yes sounds like a challenge.
Maybe they could implement a much smaller model for this, which is only good in detecting the trade screen (which is a pretty unique screen) and then let the normal model run to find the cards.
Then they would have the info if its a trade or not and which cards.
I dont know how the current model woks, but maybe they also already have the info about who got which card (first card detected and second card detected)
(Multiple pictures means running this workflow multiple times?)
Or you could base it not on the trade screen, but on the trade info table which is available in the app, so it just has to reed the table.
I think the most user friendly would be if this functionality is behind the normal scan button, but I dont think that where this is is really important.