File size: 231 Bytes
2a25b9b
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
from .coco_dataset import (
    CocoDetection, 
    ConcatCocoDetection,
    mscoco_category2label,
    mscoco_label2category,
    mscoco_category2name,
)
from .coco_eval import *

from .coco_utils import get_coco_api_from_dataset