라벨링 툴 detail 에 상태값 명칭 수정
This commit is contained in:
@@ -591,7 +591,7 @@ public class TrainingDataLabelRepositoryImpl extends QuerydslRepositorySupport
|
|||||||
.afterCogUrl(afterCogUrl)
|
.afterCogUrl(afterCogUrl)
|
||||||
.mapBox(mapBbox)
|
.mapBox(mapBbox)
|
||||||
.learnGeometries(learnDataList) // learnGeometry -> learnGeometries
|
.learnGeometries(learnDataList) // learnGeometry -> learnGeometries
|
||||||
.labelState(assignment.toDto().getWorkState())
|
.workState(assignment.toDto().getWorkState())
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|||||||
@@ -328,7 +328,7 @@ public class TrainingDataLabelDto {
|
|||||||
private List<LearnDataGeometry> learnGeometries;
|
private List<LearnDataGeometry> learnGeometries;
|
||||||
|
|
||||||
@Schema(description = "라벨 상태")
|
@Schema(description = "라벨 상태")
|
||||||
private String labelState;
|
private String workState;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Schema(name = "ChangeDetectionInfo", description = "변화탐지정보")
|
@Schema(name = "ChangeDetectionInfo", description = "변화탐지정보")
|
||||||
|
|||||||
Reference in New Issue
Block a user