KyanChen's picture
init
f549064
raw
history blame contribute delete
No virus
147 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .coco_api import COCO, COCOeval, COCOPanoptic
__all__ = ['COCO', 'COCOeval', 'COCOPanoptic']