|
@@ -130,7 +130,7 @@
|
|
<ImportExcel ref="dialogRef" />
|
|
<ImportExcel ref="dialogRef" />
|
|
<ViewLog ref="viewLogRef" :get-log-api="getLogTrackSequenceApi" />
|
|
<ViewLog ref="viewLogRef" :get-log-api="getLogTrackSequenceApi" />
|
|
<PreviewCompareImages ref="previewImagesRef" />
|
|
<PreviewCompareImages ref="previewImagesRef" />
|
|
- <ShowStatisticResult ref="showStatisticResultRef" :api="getStatisticsResultToInfraredApi" />
|
|
|
|
|
|
+ <ShowStatisticResult ref="showStatisticResultRef" :api="getStatisticsResultTrackSequenceApi" />
|
|
<ShowStatisticResult ref="showEvaluateResultRef" :api="previewEvaluateTrackSequenceApi" title="评估结果" />
|
|
<ShowStatisticResult ref="showEvaluateResultRef" :api="previewEvaluateTrackSequenceApi" title="评估结果" />
|
|
<el-dialog v-model="showModelDialogVisible" title="模型列表" width="1000">
|
|
<el-dialog v-model="showModelDialogVisible" title="模型列表" width="1000">
|
|
<el-scrollbar ref="scrollbarRef" id="scrollbarRef1" height="500px">
|
|
<el-scrollbar ref="scrollbarRef" id="scrollbarRef1" height="500px">
|
|
@@ -192,7 +192,7 @@ import {
|
|
showCATModelApi,
|
|
showCATModelApi,
|
|
previewPredictResultTrackSequenceModelApi,
|
|
previewPredictResultTrackSequenceModelApi,
|
|
previewEvaluateTrackSequenceApi,
|
|
previewEvaluateTrackSequenceApi,
|
|
- getStatisticsResultToInfraredApi
|
|
|
|
|
|
+ getStatisticsResultTrackSequenceApi
|
|
} from '@/api/modules/demo/trackSequence'
|
|
} from '@/api/modules/demo/trackSequence'
|
|
import { enumAlgorithmModelTrackApi } from '@/api/modules/demo/AlgorithmModelTrack'
|
|
import { enumAlgorithmModelTrackApi } from '@/api/modules/demo/AlgorithmModelTrack'
|
|
import { getAlgorithmModelTrackApi } from '@/api/modules/demo/AlgorithmModelTrack'
|
|
import { getAlgorithmModelTrackApi } from '@/api/modules/demo/AlgorithmModelTrack'
|