hduBigBen / End-to-end-trainable-network-for-superpixel-and-image-segmentation

利用深度学习,进行超像素的生成,进而进行图像分割
3 stars 1 forks source link

Superpixels #1

Open labiao opened 3 years ago

labiao commented 3 years ago

Does the file named compute_spixels.py generate superpixels and the file named compute_segment.py generate segmentation?

ToughLife commented 3 years ago

@labiao Yes. The superpixels are generated from the superpixel index in the net while the segmentations are generated from the segmentation index in the net. They both required enforce_connectivity operation.