File size: 205 Bytes
e8861c0
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from .coco_dataset import (
    CocoDetection, 
    mscoco_category2label,
    mscoco_label2category,
    mscoco_category2name,
)
from .coco_eval import *

from .coco_utils import get_coco_api_from_dataset