|
|
@@ -291,10 +291,11 @@
|
|
|
// return;
|
|
|
// }
|
|
|
const metaValues = detail.metaValues;
|
|
|
- if (metaValues.length == 0) {
|
|
|
- ElMessage.error('至少添加一个检测元数据');
|
|
|
- return;
|
|
|
- }
|
|
|
+ // 鹰眼追踪不需要元数据,先放开所有算法的元数据约束
|
|
|
+ // if (metaValues.length == 0) {
|
|
|
+ // ElMessage.error('至少添加一个检测元数据');
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
|
|
|
//数据处理
|
|
|
const metaObjs = metaValues.map((meta) => {
|