How to change from face detection to other own trained object detection
Posted: Wed Oct 23, 2019 4:55 pm
Hi, I am using the esp-eye with the esp-who project. I have noticed that it is using the dlib for the face detection training, but I need to have a different object detection. I have successfully trained another svm with the dlib library on my Ubuntu host pc, but it is not clear how can I use the trained svm in my esp-eye/esp32. Who can give me some advices or general steps? Thank you.