by256 / emps

Electron Microscopy Particle Segmentation Dataset

Home Page:https://doi.org/10.1021/acs.jcim.0c01455

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to visualize balck segmap?

luoolu opened this issue · comments

commented

how to visualize the color instance of the segmap

This closed issue might be of use: #1

The segmaps are 32 bit integer images so opening them with a standard image viewer probably won't work. I usually load them with PIL and visualize them with matplotlib using a discrete colormap. Avoid using cv2 to load the images as opencv converts images to 8 bit int images by default.