|
@@ -177,14 +177,14 @@
|
|
|
type: 'confidence',
|
|
type: 'confidence',
|
|
|
prop: `${item.label}.confidence`,
|
|
prop: `${item.label}.confidence`,
|
|
|
});
|
|
});
|
|
|
- algoParams.value[`${item.label}.confidence`] = Number((item.confidence * 100).toFixed(0));
|
|
|
|
|
|
|
+ // algoParams.value[`${item.label}.confidence`] = Number((item.confidence * 100).toFixed(0));
|
|
|
paramItems.value.push({
|
|
paramItems.value.push({
|
|
|
label: item.label,
|
|
label: item.label,
|
|
|
type: 'minArea',
|
|
type: 'minArea',
|
|
|
prop: '',
|
|
prop: '',
|
|
|
});
|
|
});
|
|
|
- algoParams.value[item.label + '.' + 'min_width'] = item['min_width'];
|
|
|
|
|
- algoParams.value[item.label + '.' + 'min_height'] = item['min_height'];
|
|
|
|
|
|
|
+ // algoParams.value[item.label + '.' + 'min_width'] = item['min_width'];
|
|
|
|
|
+ // algoParams.value[item.label + '.' + 'min_height'] = item['min_height'];
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|