D-FINE / src /data /dataset /voc_eval.py
developer0hye's picture
Upload 76 files
e85fecb verified
raw
history blame contribute delete
235 Bytes
"""
Copied from RT-DETR (https://github.com/lyuwenyu/RT-DETR)
Copyright(c) 2023 lyuwenyu. All Rights Reserved.
"""
import torch
import torchvision
class VOCEvaluator(object):
def __init__(self) -> None:
pass