SCUT-AILab / DCP

Code for “Discrimination-aware-Channel-Pruning-for-Deep-Neural-Networks”
BSD 3-Clause "New" or "Revised" License
184 stars 27 forks source link

How to show the feature maps #13

Closed albert-666 closed 5 years ago

albert-666 commented 5 years ago

I like your feature maps shown in the paper very much. The color matching is so good. Do you draw the feature maps with imshow function in matplotlib? Which colormap do you choose? Or other methods to show the beautiful feature maps? I try to show feature maps but they look ugly. Are there any advice? Thanks you very much!

liujingcs commented 5 years ago

We visualize the feature map through matplotlib using 'jet' colormap.