COCOHelperPaths

class cocohelper.helper.COCOHelperPaths[source]

Bases: object

Information about folder and file organization for a COCO dataset.

Attributes List

ann_dir

ann_fname

img_dir

Methods Details

Attribute Details

ann_dir: str = 'annotations/'
ann_fname: str = 'coco.json'
img_dir: str = 'images/'