pyEdgeEval.datasets package¶
Submodules¶
pyEdgeEval.datasets.bsds module¶
pyEdgeEval.datasets.cityscapes module¶
pyEdgeEval.datasets.cityscapes_attributes module¶
pyEdgeEval.datasets.generic_binary module¶
pyEdgeEval.datasets.otf_cityscapes module¶
- pyEdgeEval.datasets.otf_cityscapes.one_label_mask2edge(label, mask, ignore_indices, radius, use_cv2=True, quality=0)[source]¶
pyEdgeEval.datasets.sbd module¶
- pyEdgeEval.datasets.sbd.load_sbd_gt_cls_mat(path: str, new_loader: bool = False)[source]¶
Load Per Class Ground Truth Annoation
- pyEdgeEval.datasets.sbd.load_sbd_gt_inst_mat(path: str, new_loader: bool = False)[source]¶
Load Per Instance Ground Truth Annotation
NOTE: seg and bdry is indexed by instances (not category)
- pyEdgeEval.datasets.sbd.load_instance_insensitive_gt(cls_path: str, new_loader: bool = False)[source]¶