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