Get feature extraction from YOLOv3

993 views Asked by At

I have an implementation of YOLOv3 using mobilenet working (based on https://github.com/Adamdad/keras-YOLOv3-mobilenet). However, I already use mobilenet for feature extraction on other functionalities. I would like to reuse these features extracted from the images to the other models. How can I get them from YOLOv3 model already trained? Is it possible to get the vectors from an intermediate layer of the model? I've tried this with no success: https://keras.io/getting_started/faq/#how-can-i-obtain-the-output-of-an-intermediate-layer-feature-extraction Thanks

0

There are 0 answers