Spaces:
Runtime error
Runtime error
File size: 147 Bytes
f549064 |
1 2 3 4 5 |
# Copyright (c) OpenMMLab. All rights reserved.
from .coco_api import COCO, COCOeval, COCOPanoptic
__all__ = ['COCO', 'COCOeval', 'COCOPanoptic']
|