You've already forked DataMate
* feat(auto-annotation): initial setup * chore: remove package-lock.json * chore: 清理本地测试脚本与 Maven 设置 * chore: change package-lock.json
7 lines
146 B
Python
7 lines
146 B
Python
# -*- coding: utf-8 -*-
|
|
"""Annotation-related operators (e.g. YOLO detection)."""
|
|
|
|
__all__ = [
|
|
"image_object_detection_bounding_box",
|
|
]
|