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.

How to create an own MobileNetSSD caffe model

0 votes
Good morning, Ladies and Gentlemen,

I have a problem and perhaps you can help me. I am building a Robot. Unitl now he can move, listen, speaking in English, German and Spanish. Also he can look with your JeVois cam. Therefor I use 3 Arduino Mega 2560.
The first on is the masterbrain (for hearing, moving, speaking and to tell the Subbrains, what they has to do).
The second one is an Subbrain (for moving the robot and to measure the distances to the front, to the sides and to behind. Also he can measure  downward to recognize stairs). Sending back results to the Masterbrain.
The third one is also a Subbrain(for moving an Arm with 6 Servos, listen for noise and turn the Arm in this direction, looking for Objects (with your cam). The cam can detect up to 20 Objects. If the cam detect a Person, she will looking for a face. If she see a face, she will look, wether she recognize this face. Sending back results to the Masterbrain.

Therefor I am using

MobileNetSSD_deploy.caffemodel

MobileNetSSD_deploy.prototxt

darknet yolo data voc.names (with 20 pretrained objects)

All is functioning very well. My problem is, that I want to train some
more other objects (for example 10 new objects more) to this model with a Python
program and I do not know, how I have to do it. How can I train my own caffe model? Can you help me? Do you
have an explanation or a sample program for this? I want to understand, what I have to do to train my own caffe model. I want to integrate this in my existing software of my homebulid robot. In this case my robot can learn new objects every time by himself. That is what I understand under begining artificial Inteligence.

Please give me an answer as soon as possible.

I wish you a good and healthy future

Best regards

Peter Dambrowsky
asked Jul 27, 2020 in Programmer Questions by Peter (580 points)

1 Answer

0 votes
Up ! Artificial Intelligence is hard !
answered Jan 9, 2021 by Madfini (270 points)
...