LIS icon indicating copy to clipboard operation
LIS copied to clipboard

how to get the visualization of the feature diagram

Open dw1360585641 opened this issue 1 year ago • 2 comments

Thanks for your great work!but there are some issues following. 1.How to get a visualization of the feature diagram of Figure 2(a)in your paper? 2.In your code, What is the difference between mmdetection and mmdetection_custom_part ? 3.How to use your method to train a dataset and segment instances?

dw1360585641 avatar Jul 18 '24 10:07 dw1360585641

Thank you for your interest!

You can normalize the feature and then use a color map (e.g., 'jet') in Matplotlib to visualize it. To integrate the whole code with the proposed method (suggestion), 'mmdetection_custom_part' requires the installation of mmdetection as a third-party package. You can use it in the same way as mmdetection.

Linwei-Chen avatar Jul 20 '24 04:07 Linwei-Chen

May I ask which file and line in your code can provide the visualization of the feature map in Figure 2 (a) of your paper

感谢您的关注!

您可以对特征进行归一化,然后在 Matplotlib 中使用颜色贴图(例如“jet”)来可视化它。为了将整个代码与所提出的方法(建议)集成,“mmdetection_custom_part”需要将 mmdetection 作为第三方包安装。您可以采用与 mmdetection 相同的方式使用它。

dw1360585641 avatar Jul 25 '24 13:07 dw1360585641