msracver / FCIS

Fully Convolutional Instance-aware Semantic Segmentation
MIT License
1.57k stars 414 forks source link

how to visualize the feature map? #85

Open hawl666 opened 7 years ago

hawl666 commented 7 years ago

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

franciszzj commented 6 years ago

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...