StevenGrove / DynamicHead

Apache License 2.0
86 stars 8 forks source link

How to visualize the heatmaps in Figure4 #4

Open Andrew-Zhu opened 3 years ago

Andrew-Zhu commented 3 years ago

Thanks for your good work! Could you share your visualization code to draw Figure 4? Thanks a lot!

StevenGrove commented 3 years ago

I used the cv2.applyColorMap(gate_map, cv2.COLORMAP_JET) to generate the Figure 4. The visualization code and more results will be released in the next commit.