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.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

Jevois blink example

0 votes

I just finished the bink example with Arduino (  http://jevois.org/tutorials/UserArduinoBlink.html  ).

Now that it is working, I have two questions:

- It is recognizing nicely the computer keyboard (used in the example). Where can I find the list of all pre-made objects? 

- still within this simple recognition - can I add objects that do not exist in the pre-made list?

Thank you

Yigal

asked Oct 21, 2018 in User questions by YigalB (250 points)

1 Answer

0 votes

The 1000 category names are here, for all modules that were trained using ImageNet:

https://github.com/jevois/jevoisbase/blob/master/share/darknet/single/data/imagenet.shortnames.list

Yes, you can re-train for your own categories, see

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

(see a recent post on this forum about toco having changed its syntax, we will update the docs asap but we have not yet done it as of today).

answered Oct 22, 2018 by JeVois (46,580 points)
...