zhreshold / mxnet-ssd

MXNet port of SSD: Single Shot MultiBox Object Detector. Reimplementation of https://github.com/weiliu89/caffe/tree/ssd
MIT License
764 stars 337 forks source link

extract features from all bounding boxes #197

Open igor-87 opened 6 years ago

igor-87 commented 6 years ago

Hi, is it possible to extract features from all bounding boxes? I am trying to build a small search engine and for my usage, I want to detect objects in images and extract their features to make knn nearest neighbor search. is it possible? is there an example for this kind of task?