fizyr / keras-retinanet

Keras implementation of RetinaNet object detection.
Apache License 2.0
4.38k stars 1.96k forks source link

Extract features for detected object #1493

Closed trahman8 closed 3 years ago

trahman8 commented 3 years ago

How can I get feature vector for detected object? @hgaiser Can you please help me?

hgaiser commented 3 years ago

You would have to do some cutting and slicing into the network architecture to get the feature vectors. We currently do not support returning feature vectors.