Automatically Detecting Chip Colors and Counts #7

Closed
opened 2025-01-28 20:34:10 -08:00 by MantashaNoyela · 2 comments
MantashaNoyela commented 2025-01-28 20:34:10 -08:00 (Migrated from github.com)

User Story:
As a poker player,
I want to take a picture of my poker chips
So that the app can automatically detect the colors and counts, reducing manual input.

Acceptance Criteria:

  • The system must allow users to take or upload a photo of poker chips.
  • The image recognition feature should identify and extract chip colors and counts.
  • The detected chip values should be displayed in an editable format for verification.
User Story: As a poker player, I want to take a picture of my poker chips So that the app can automatically detect the colors and counts, reducing manual input. Acceptance Criteria: - The system must allow users to take or upload a photo of poker chips. - The image recognition feature should identify and extract chip colors and counts. - The detected chip values should be displayed in an editable format for verification.
djwesty commented 2025-02-13 15:32:34 -08:00 (Migrated from github.com)

Needs to handle errors and edge cases gracefully too

  • Whatever image recognition API we choose, may be offline or at a throughput limit, etc. (example, show an error)
  • Use may not have network access. (example disable the feature if we can detect this)
  • Image recognition response may be inaccurate. Maybe note this as a disclaimer
Needs to handle errors and edge cases gracefully too - Whatever image recognition API we choose, may be offline or at a throughput limit, etc. (example, show an error) - Use may not have network access. (example disable the feature if we can detect this) - Image recognition response may be inaccurate. Maybe note this as a disclaimer
djwesty commented 2025-02-18 19:59:27 -08:00 (Migrated from github.com)

@Vutukuri15

Here's some sample photos to help test. I have a large, and small poker set shown

Large set
Image
There are about 50 chips per column when full, so an accurate count would be close to

  • 100 white
  • 50 red
  • 50 green
  • 50 blue
  • 50 black

Small set
Image
Likewise there are about 50 chips per column when full (but some columns are obviously less then full from missing chips. So an accurate count would be close to

  • 50 white
  • 50 red
  • ~35 green
  • ~45 blue

You can maybe, probably, hopefully google for similar images to help test. If you want some more photos to test some variety, let me know. I can try different/better lighting, or remove some more chips to make it more interesting

@Vutukuri15 Here's some sample photos to help test. I have a large, and small poker set shown **Large set** ![Image](https://github.com/user-attachments/assets/1851cec3-60ee-4c08-88f2-042e4ffbb7ab) There are about 50 chips per column when full, so an accurate count would be close to * 100 white * 50 red * 50 green * 50 blue * 50 black **Small set** ![Image](https://github.com/user-attachments/assets/1245fe37-7174-4b73-b9e3-ddca2b8df6fc) Likewise there are about 50 chips per column when full (but some columns are obviously less then full from missing chips. So an accurate count would be close to * 50 white * 50 red * ~35 green * ~45 blue You can maybe, probably, hopefully google for similar images to help test. If you want some more photos to test some variety, let me know. I can try different/better lighting, or remove some more chips to make it more interesting
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: david/poker-chips-helper#7
No description provided.