|
@@ -186,20 +186,20 @@ const imageIdx = ref(0)
|
|
const taskType = ref([])
|
|
const taskType = ref([])
|
|
const modelType = ref([
|
|
const modelType = ref([
|
|
{
|
|
{
|
|
- label: 'yolov8_best',
|
|
|
|
- value: 'yolov8_best'
|
|
|
|
|
|
+ label: 'yolov8_best.pt',
|
|
|
|
+ value: 'yolov8_best.pt'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label: 'yolov8_best_new',
|
|
|
|
- value: 'yolov8_best_new'
|
|
|
|
|
|
+ label: 'yolov8_best_new.pt',
|
|
|
|
+ value: 'yolov8_best_new.pt'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label: 'yolov8__best',
|
|
|
|
- value: 'yolov8__best'
|
|
|
|
|
|
+ label: 'yolov8__best.pt',
|
|
|
|
+ value: 'yolov8__best.pt'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label: 'yolov8__best_new',
|
|
|
|
- value: 'yolov8__best_new'
|
|
|
|
|
|
+ label: 'yolov8__best_new.pt',
|
|
|
|
+ value: 'yolov8__best_new.pt'
|
|
}
|
|
}
|
|
])
|
|
])
|
|
const trackingMethod = ref([
|
|
const trackingMethod = ref([
|