ucbdrive / few-shot-object-detection

Implementations of few-shot object detection benchmarks
Apache License 2.0
1.12k stars 225 forks source link

Feature maps from Backbone #204

Closed retazo0018 closed 1 month ago

retazo0018 commented 1 month ago

Hi,

Is it possible to extract the feature maps from the backbone of the pre-trained model during Inference?

I appreciate any small support for my question.

Many Thanks in Advance,

retazo0018 commented 1 month ago

Feature maps can be obtained from the inference function in fsdet/modelling/meta_arch/rcnn.py.