pyEdgeEval.datasets package

Submodules

pyEdgeEval.datasets.bsds module

pyEdgeEval.datasets.bsds.load_bsds_gt_boundaries(path: str, new_loader: bool = False)[source]

BSDS GT Boundaries

  • there are multiple boundaries because there are multiple annotators

  • uint8

pyEdgeEval.datasets.bsds.load_predictions(path: str)[source]
pyEdgeEval.datasets.bsds.bsds_eval_single(kwargs)[source]

Wrapper function to unpack all the kwargs

pyEdgeEval.datasets.cityscapes module

pyEdgeEval.datasets.cityscapes.cityscapes_eval_single(kwargs)[source]

Wrapper function to unpack all the kwargs

pyEdgeEval.datasets.cityscapes_attributes module

pyEdgeEval.datasets.generic_binary module

pyEdgeEval.datasets.generic_binary.load_bsds_gt_boundaries(path: str, new_loader: bool = False)[source]

BSDS GT Boundaries

  • there are multiple boundaries because there are multiple annotators

  • uint8

pyEdgeEval.datasets.generic_binary.load_predictions(path: str)[source]
pyEdgeEval.datasets.generic_binary.bsds_eval_single(kwargs)[source]

Wrapper function to unpack all the kwargs

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.otf_cityscapes.one_label_instance_mask2edge(label, mask, inst_mask, inst_labelIds, ignore_indices, radius, use_cv2=True, quality=0)[source]
pyEdgeEval.datasets.otf_cityscapes.otf_cityscapes_eval_single(kwargs)[source]

Wrapper function to unpack all the kwargs

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]
pyEdgeEval.datasets.sbd.load_instance_sensitive_gt(cls_path: str, inst_path: str, new_loader: bool = False)[source]
pyEdgeEval.datasets.sbd.sbd_eval_single(kwargs)[source]

Wrapper function to unpack all the kwargs

Module contents

pyEdgeEval.datasets.bsds_eval_single(kwargs)[source]

Wrapper function to unpack all the kwargs

pyEdgeEval.datasets.cityscapes_eval_single(kwargs)[source]

Wrapper function to unpack all the kwargs

pyEdgeEval.datasets.sbd_eval_single(kwargs)[source]

Wrapper function to unpack all the kwargs

pyEdgeEval.datasets.otf_cityscapes_eval_single(kwargs)[source]

Wrapper function to unpack all the kwargs