KyanChen's picture
Upload 787 files
3e06e1c
raw
history blame
147 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .coco_api import COCO, COCOeval, COCOPanoptic
__all__ = ['COCO', 'COCOeval', 'COCOPanoptic']