allanzelener / YAD2K

YAD2K: Yet Another Darknet 2 Keras
Other
2.71k stars 879 forks source link

Extract feature from a specific layer #150

Open mrkieumy opened 5 years ago

mrkieumy commented 5 years ago

Hi, firstly, thanks for your great suggestion this repo. I'm would like to extract the feature map after the specific layer (example: after the 3 Conv layer of Yolov2-voc). Because I want to use that feature map to compare with another feature map of other keras model. Do you have any suggestion for doing that? Thanks in advance.