Linwei-Chen / LIS

IJCV2023 Instance Segmentation in the Dark
MIT License
78 stars 7 forks source link

how to get the visualization of the feature diagram #16

Open dw1360585641 opened 4 months ago

dw1360585641 commented 4 months ago

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?

Linwei-Chen commented 4 months ago

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.

dw1360585641 commented 4 months ago

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 相同的方式使用它。