Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.

Jevois wont recognize dice

0 votes

I was able to program other shapes to be identified, but not Dice.  I used the same procedure that I used for the X block.

I tried different dice, and different facets, different colors of dice too, Will not work.

The PNG gets generated, but it is not recognized.

Also how can I run this Object detection in higher rez?  I have to find the dice on a 40x40cm table. 320 is very low.

Please see

https://youtu.be/G9ffHRjN3QI

asked Sep 11, 2018 in User questions by laptophead (140 points)

1 Answer

0 votes
sorry for the slow reply, this is related to http://jevois.org/qa/index.php?qa=2242

a dice does not have nice unique distinctive keypoints, which is what the module you are using needs to work well.

but we also have a dice counter module that you may want to check out:

http://jevois.org/moddoc/DiceCounter/modinfo.html

http://jevois.org/tutorials/ProgrammerDice.html

http://jevois.org/tutorials/ProgrammerPythonDice.html
answered Sep 18, 2018 by JeVois (46,580 points)
...