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