Open yuanyuangoo opened 2 years ago
of course, we have supported very powerful visualization tool in mmseg 1.0.0rc0, you can try it
reference https://github.com/open-mmlab/mmengine/blob/cfb884c180e97454b14b1dc12bac21bd376f82db/mmengine/visualization/visualizer.py#L119-L124 https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/visualization.md
Thanks for the response. How do I get a feat-map of a certain layer after I trained a model using mmsegmentation and got weights?
Just save any tensor map like below as you want, then load it ant see it with the visualization tool.
Just save any tensor map like below as you want, then load it ant see it with the visualization tool.
could you speak in details? I also want to know. please!
Just save any tensor map like below as you want, then load it ant see it with the visualization tool.
if i use sep_aspp_head.py,how to get a feat-map?
Can we have a grad-cam-like tool to visualize feature maps, like in vis_cam.py in misclassification?
Hi, have you solved it?
Hi, have you solved it?
Hi, can you solved it?
Have you found a suitable solution, I have a similar problem
Can we have a grad-cam-like tool to visualize feature maps, like in vis_cam.py in misclassification?