진행률 모델 개수 4개로 수정
This commit is contained in:
@@ -578,7 +578,7 @@ public class InferenceResultDto {
|
||||
@JsonProperty("progress")
|
||||
private int getProgress() {
|
||||
long tiles = this.totalJobs == null ? 0L : this.totalJobs; // 도엽수
|
||||
int models = 3; // 모델 개수
|
||||
int models = 4; // 모델 개수
|
||||
int completed =
|
||||
this.m1CompletedJobs
|
||||
+ this.m2CompletedJobs
|
||||
|
||||
Reference in New Issue
Block a user