cuvis_ai.data.cocolabels.COCOData

class cuvis_ai.data.cocolabels.COCOData(coco: COCO)[source]

Bases: object

__init__(coco: COCO)[source]

Methods

__init__(coco)

from_path(path)

Attributes

annotations

image_ids

images

info

license

property annotations: QueryableList
classmethod from_path(path)[source]
property image_ids: list[int]
property images: list[Image]
property info: Info
property license: License