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.

I need to create custom DNN for waste, garbage detection and classification - for SEPARATION

0 votes
Can you help me with creating  custom DNN ?  for waste separation ?
detection and classification, how to create model, which files ? how to create, where to save it ?
thanks :)
asked Jul 1, 2019 in Programmer Questions by tarzanboy13 (200 points)

1 Answer

0 votes
You can use this:

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

but make sure you refer to the original tutorial from google, as the instructions for "toco" change depending on which version of Tensorflow you are using to train.

Or you can look for generic OpenCV tutorials about DNN training. Once you have a trained network that runs with OpenCV, you can load it onto JeVois, see for example

http://jevois.org/moddoc/PyClassificationDNN/modinfo.html
answered Jul 2, 2019 by JeVois (46,580 points)
I want to use tensorflow training, but with bouding boxes
 - the first link is only for recognition, but no for detecting,
...