wbia.detecttools.wbiadata package

Submodules

wbia.detecttools.wbiadata.common module

wbia.detecttools.wbiadata.common.get(et, category, text=True, singularize=True)[source]
wbia.detecttools.wbiadata.common.histogram(_list)[source]
wbia.detecttools.wbiadata.common.openImage(filename, color=False, alpha=False)[source]
wbia.detecttools.wbiadata.common.randColor()[source]
wbia.detecttools.wbiadata.common.randInt(lower, upper)[source]

wbia.detecttools.wbiadata.wbia_image module

class wbia.detecttools.wbiadata.wbia_image.IBEIS_Image(filename_xml, absolute_dataset_path, **kwargs)[source]

Bases: object

accuracy(prediction_list, category, alpha=0.5)[source]
bounding_boxes(**kwargs)[source]
categories(unique=True, sorted_=True, patches=False)[source]
image_path()[source]
show(objects=True, parts=True, display=True, prediction_list=None, category=None, alpha=0.5, label=True)[source]

wbia.detecttools.wbiadata.wbia_object module

class wbia.detecttools.wbiadata.wbia_object.IBEIS_Object(_xml, width, height, name=None, **kwargs)[source]

Bases: object

bounding_box(parts=False)[source]

wbia.detecttools.wbiadata.wbia_part module

class wbia.detecttools.wbiadata.wbia_part.IBEIS_Part(_xml, **kwargs)[source]

Bases: object

bounding_box()[source]

Module contents

class wbia.detecttools.wbiadata.IBEIS_Data(dataset_path, **kwargs)[source]

Bases: object

dataset(positive_category, neg_exclude_categories=[], max_rois_pos=None, max_rois_neg=None)[source]
parse_dataset(category, _type)[source]
print_distribution()[source]