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.

I want to detect and recognition Waste (plastic, glass, paper) with JeVois camera with DNN

0 votes
I saw this project and question :

http://jevois.org/qa/index.php?qa=2681&qa_1=custom-train-mobilenet-object-detection-framework-dataset&show=2685#a2685

But i need detailed instructions, I can not create pbtxt file, I can create only  .txt, and .pb file with insctruction on this sites :
http://jevois.org/tutorials/UserTensorFlowTraining.html
https://codelabs.developers.google.com/codelabs/tensorflow-for-poets/#0

I need to detect (x,y) and recognize some trash(waste) like plastic and glass, paper.
Can you help me please ? How to create network, where to save it, detailed instruction.
I believe it will be useful to many people.
asked Jun 26, 2019 in Programmer Questions by tarzanboy13 (200 points)

1 Answer

0 votes
to detect (localize) and then recognize is more complex. You can try a custom version of YOLO.

I heard that AlexeyAB has the best tutorials on how to train a custom tiny-YOLO:

https://github.com/AlexeyAB/darknet#how-to-train-tiny-yolo-to-detect-your-custom-objects

https://github.com/pjreddie/darknet/issues/597
answered Jul 2, 2019 by JeVois (46,580 points)
Ok, I try it - there is also video tutorial of this site.
https://www.youtube.com/watch?v=7PX_H00V6RA
...