1 | initial version |
where I have to recognize some products.
please don't try with SIFT feature matching, it was not meant to be used this way
the algorithm is failing in the keypoint detection
that's expected. wrong tool for the job
2 | No.2 Revision |
where I have to recognize some products.
please don't try with SIFT feature matching, it was not meant to be used this wayway, and it does not know about "objects" at all
the algorithm is failing in the keypoint detection
that's expected. wrong tool for the job
3 | No.3 Revision |
where I have to recognize some products.
please don't try with SIFT feature matching, it was not meant to be used this way, and it does not know about "objects" at all
the algorithm is failing in the keypoint detection
that's expected. wrong tool for the job
What are your suggestions
(re)train / finetune some cnn model, like YOLO, SSD, RCNN, and use it with opencv's dnn::Net