data_juicer.ops.mapper.image_detection_yolo_mapper module¶
- class data_juicer.ops.mapper.image_detection_yolo_mapper.ImageDetectionYoloMapper(imgsz=640, conf=0.05, iou=0.5, model_path='yolo11n.pt', *args, **kwargs)[源代码]¶
基类:
Mapper
Perform object detection (with YOLO) on images and return the bounding boxes and class labels.