라벨링 저장 테이블 learn data 로 수정

This commit is contained in:
2026-01-12 16:39:58 +09:00
parent 3af6b986a8
commit cd1a79049a
4 changed files with 126 additions and 27 deletions

View File

@@ -211,6 +211,9 @@ public class TrainingDataLabelDto {
@Schema(description = "도엽 bbox")
private JsonNode mapBox;
@Schema(description = "라벨링 툴에서 그린 폴리곤")
private JsonNode learnGeometry;
}
@Schema(name = "ChangeDetectionInfo", description = "변화탐지정보")