Replies: 1 comment
-
change |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was wondering if anyone had a guide on how to extract the faster rcnn network (faster_rcnn_R_50_FPN_3x.yaml) features for input into grad CAM. Using the partial execution method.
The aim is to extract proposed roi crops showing the activation maps for each detected class in an image at the fc layer (or any layer)
I'ved use this as my start code to extract the features from the predicted proposal regions. but wasn't sure how to input them into grad cam.
https://stackoverflow.com/a/62724033
I've gotten it to a reasonable point with a hacky way
I've worked with the weights from res4 as it was simpler to work with. Looking to get res5 for stronger activation
output of current attempt
https://imgur.com/a/qBgMAq8
This is a snippet of what I'm looking to achieve
Result
https://imgur.com/a/HjdT42Q
Beta Was this translation helpful? Give feedback.
All reactions