FCIS icon indicating copy to clipboard operation
FCIS copied to clipboard

how to visualize the feature map?

Open hawl666 opened this issue 8 years ago • 1 comments

i trained the FCIS on my own dataset,and i want to visualize the feature map.Anyone can tell me how to do it?

hawl666 avatar Sep 12 '17 01:09 hawl666

You can load your *.json and *.params, then use sym.get_internals() to get the feature you want to viz. Transform the data to np.ndarray, viz it use cv2 or matplotlib...

franciszzj avatar Dec 20 '17 02:12 franciszzj