Open labiao opened 3 years ago
Does the file named compute_spixels.py generate superpixels and the file named compute_segment.py generate segmentation?
@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.
enforce_connectivity
Does the file named compute_spixels.py generate superpixels and the file named compute_segment.py generate segmentation?