Open Seohyeong opened 5 years ago
To be more concrete, segmentation masks that I've made running your code gives me .npy format files and it seems like probability value is assigned to each of the location(pixel) in the image. I'm wondering if there's a threshold value you used to separate the background.
Thanks for sharing this work! I'm rather new to segmentation. I wondered how I can convert generated segmentation masks (which are .npy files located at cam folder) to .png images since deeplab segmentation network seems to take .png masks as segmentation labels. Could you refer to any source code or reference regarding this?