# -*- coding: utf-8 -*- """Annotation-related operators (e.g. YOLO detection).""" from . import image_object_detection_bounding_box __all__ = [ "image_object_detection_bounding_box", ]