PolarMask icon indicating copy to clipboard operation
PolarMask copied to clipboard

Data loader adjustments

Open PeterVennerstrom opened this issue 4 years ago • 0 comments

Changed regress range definition from tuple to list. The tuple breaks the code when using a single stride: expanded_regress range = -1, -1 not -1, INF.

Added a setting to create the annotation using all contours. Set to false by default.

Changed get_mask_sample_region and get_sample_region to take self.strides directly.

Added coco_seg_fast to init

PeterVennerstrom avatar Jul 24 '20 12:07 PeterVennerstrom