Shortcuts

mmyolo.datasets.yolov5_crowdhuman 源代码

# Copyright (c) OpenMMLab. All rights reserved.
from mmdet.datasets import CrowdHumanDataset

from ..registry import DATASETS
from .yolov5_coco import BatchShapePolicyDataset


[文档]@DATASETS.register_module() class YOLOv5CrowdHumanDataset(BatchShapePolicyDataset, CrowdHumanDataset): """Dataset for YOLOv5 CrowdHuman Dataset. We only add `BatchShapePolicy` function compared with CrowdHumanDataset. See `mmyolo/datasets/utils.py#BatchShapePolicy` for details """ pass
Read the Docs v: latest
Versions
latest
stable
dev
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.