dlib
dlib copied to clipboard
How to train objects to detect the shape of an electronic chip?
Hello: I would like to use dlib training to detect this shape object 100 * 100 size target image, search the large image is 2448 * 2048 size, is there a similar example?


It seems like it could be achieved with something like this: http://dlib.net/imaging.html#object_detector
Example programs:
Yeah that HOG detector should work super well for this.
Thank you, I refer to the example object_detector_advanced_ex.cpp achieve the same effect?
Thank you, I refer to the example object_detector_advanced_ex.cpp achieve the same effect?
I mean, you can, but like the advanced example says at the top, you have to be familiar with http://dlib.net/train_object_detector.cpp.html first before it will make any sense to you. And for what you want you really do just want the HOG one.
Warning: this issue has been inactive for 35 days and will be automatically closed on 2022-08-21 if there is no further activity.
If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.
Warning: this issue has been inactive for 42 days and will be automatically closed on 2022-08-21 if there is no further activity.
If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.
Notice: this issue has been closed because it has been inactive for 45 days. You may reopen this issue if it has been closed in error.