bboxconverter.io.reader_coco

Module Contents

Functions

read_coco(→ bboxconverter.core.bbox_parser.BboxParser)

Read bounding boxes from a coco file.

bboxconverter.io.reader_coco.read_coco(path: str | Path) bboxconverter.core.bbox_parser.BboxParser

Read bounding boxes from a coco file.

Parameters:

path (str | Path) – Path to csv file

Returns:

BboxParser object containing bounding boxes

Return type:

BboxParser