Open ekarabulut opened 4 years ago
It'd be great to have 'activation maximization' and 'heat/attention maps' in order to evaluate the model.
I am the author of https://github.com/jing-vision/lightnet/tree/master/feature-viz, and the feature you want is on my roadmap, though I can't give ETA at the moment.
@ekarabulut @AlexeyAB Isn't it possible to somehow visualize the feature map right now? Maybe through some external tool?
Hello ! Did any of you find a way to visualize feature maps / activation maps / GRAD CAM ? Thanks !
@SaraPiresNobrega Hey, it's quite some time ago when I was working with this. Eventually, I didn't find a way and I didn't include it in my thesis...
Hi @AlexeyAB,
I'd like to assess my model via visualization of the model. An example of visualization in image classification via Keras is shown in the link: https://github.com/raghakot/keras-vis
Is it possible to do something with Darknet? It'd be great to have 'activation maximization' and 'heat/attention maps' in order to evaluate the model.
While searching the issue database, the closest thing to what I ask is this one: #1215 However, it is not exactly what I needed.
Thanks in advance.