Closed LZL-CS closed 10 months ago
Hi, you can save the features by normalizing feature values to (0,1) or (0,255) and save them using matplotlib
Hi, you can save the features by normalizing feature values to (0,1) or (0,255) and save them using matplotlib
Got it. Do I need to use the PCA to extract the main componets, e.g., RGB 3-channels, from the feature first and then normalize it for visulization?
The features are in 128 channels. You could plot one of the channels. I plotted every channel before, the contents look reasonably similar after normalization.
Hi @chenusc11, thanks for your awesome work. May I know how to visualize the feature map in the paper below:
I appreciate any help you can provide!