name: '测试标注标记' name_en: 'Test Annotation Marker' description: '系统测试算子:在图片上添加测试标记并输出对应标注文件。' description_en: 'System testing operator: draw test marker on images and emit annotation json.' language: 'python' vendor: 'datamate' raw_id: 'test_annotation_marker' version: '1.0.0' types: - 'annotation' modal: 'image' inputs: 'image' outputs: 'image' settings: markerText: name: '标记文本' description: '绘制在图片上的测试标记文本。' type: 'input' defaultVal: 'TEST_ANNOTATION' markerColor: name: '标记颜色' description: '标记颜色(OpenCV BGR,格式如 0,255,0)。' type: 'input' defaultVal: '0,255,0' markerThickness: name: '线宽' description: '标记框线宽。' type: 'inputNumber' defaultVal: 2 min: 1 max: 10 step: 1 outputDir: name: '输出目录' description: '算子输出目录(由运行时注入)。' type: 'input' defaultVal: ''