orik-ss's picture
Add PPE Detection tab (D-FINE-M, CPU, fp16 deploy model)
aa78c6d
Raw
History Blame Contribute Delete
477 Bytes
"""
Copied from RT-DETR (https://github.com/lyuwenyu/RT-DETR)
Copyright(c) 2023 lyuwenyu. All Rights Reserved.
"""
# from ._dataset import DetDataset
from .cifar_dataset import CIFAR10
from .coco_dataset import (
CocoDetection,
mscoco_category2label,
mscoco_category2name,
mscoco_label2category,
)
from .coco_eval import CocoEvaluator
from .coco_utils import get_coco_api_from_dataset
from .voc_detection import VOCDetection
from .voc_eval import VOCEvaluator