diff --git a/public/instance/instance_default_image.png b/public/instance/instance_default_image.png new file mode 100644 index 0000000..b0fe800 Binary files /dev/null and b/public/instance/instance_default_image.png differ diff --git a/public/instance/instance_hint_icon.png b/public/instance/instance_hint_icon.png new file mode 100644 index 0000000..11aaad4 Binary files /dev/null and b/public/instance/instance_hint_icon.png differ diff --git a/public/instance/instance_list_item_info_content.png b/public/instance/instance_list_item_info_content.png new file mode 100644 index 0000000..75fa4e1 Binary files /dev/null and b/public/instance/instance_list_item_info_content.png differ diff --git a/public/instance/instance_show_more_icon.png b/public/instance/instance_show_more_icon.png new file mode 100644 index 0000000..797be19 Binary files /dev/null and b/public/instance/instance_show_more_icon.png differ diff --git a/public/instance/instance_upload_image.png b/public/instance/instance_upload_image.png new file mode 100644 index 0000000..a7dceb6 Binary files /dev/null and b/public/instance/instance_upload_image.png differ diff --git a/src/views/demo/resourcemanagement/aiinstance/AddInstanceModal.vue b/src/views/demo/resourcemanagement/aiinstance/AddInstanceModal.vue new file mode 100644 index 0000000..a7a9229 --- /dev/null +++ b/src/views/demo/resourcemanagement/aiinstance/AddInstanceModal.vue @@ -0,0 +1,905 @@ + + + + + 创建算法实例 + + + + + + + + + + + 实例名称 + + 设置封面 + + + + 默认 + + + + 支持JPG、PNG格式 + 推荐尺寸300*200 + 本地上传 + + + 显示文案 + + + + 实例描述 + + 显示颜色 + + + + 关联事件 + + + + + AI算法 + + + 识别标签 + + 全选 + 清空 + + + + + 算法 + 名称 + 枚举值 + 颜色 + 置信度 + + + + + 高速排水沟水沟水沟 + 高速排水沟水沟水沟 + 0 + + 0.75 + + + + 画面识别区域 + + + 水平方向 + + + % + + + + 垂直方向 + + + % + + + + + 空间约束 + + + + + 开启后,识别对象需要在制定区域内才生效,该区域需要在算法实例开启时设置。可用于非法人员闯入,疑似非法盗采等场景。 + + + + 外扩距离 + + + 米 + + + + + + 时间约束 + + + + 开启后,仅在设置时间内开启AI识别。 + + + 有效时段 + + + + - + + + + + + + + + 飞行速度 + + 取值范围:1m/s-20m/s,飞行速度过快会导致画面模糊,无法识别到对象。 + + + + m/s + + - + + + m/s + + + + 云台俯仰角 + + 取值范围:0~-90°,俯仰角决定对象在画面中的角度。 + + + + ° + + - + + + ° + + + + 识别对象画面占比 + + 识别对象画面占比比例直接影响识别的准确率,实际需要 +结合航高、变焦倍率保证识别对象在画面中的占比。 + + + + % + + - + + + % + + + + + + + + + + + + + + + diff --git a/src/views/demo/resourcemanagement/aiinstance/ShowInfoDrawer.vue b/src/views/demo/resourcemanagement/aiinstance/ShowInfoDrawer.vue new file mode 100644 index 0000000..36715c9 --- /dev/null +++ b/src/views/demo/resourcemanagement/aiinstance/ShowInfoDrawer.vue @@ -0,0 +1,212 @@ + + + + + 算法实例详情 + + + + + + + + + + + 实例名称 + 公路-隔离栏破损识别 + + + 描述 + 暂无描述 + + + + 显示内容 + 破损隔离栏 + + + 关联事件 + - + + + AI算法 + 高速隔离栏破损检测算法 + + + + 画面识别区域 + 水平方向:100% 垂直方向:100% + + + 空间约束 + 关闭 + + + 时间约束 + 关闭 + + + 航飞要求 + + 飞行速度:3m/s~15m/s + 云台俯仰角:-30°~-90° + 对象画面对比:5%~10% + + + + + + + + diff --git a/src/views/demo/resourcemanagement/aiinstance/index.vue b/src/views/demo/resourcemanagement/aiinstance/index.vue new file mode 100644 index 0000000..1cd5625 --- /dev/null +++ b/src/views/demo/resourcemanagement/aiinstance/index.vue @@ -0,0 +1,393 @@ + + + + + + + + + + + 查询 + + 新建算法实例 + + + + + + + 盖板缺失 + + + + + + 公路-排水沟盖板确实是识别 + + 暂无描述 + + + + + 关联事件 + + - + - + - + + + + 关联算法 + + #高速排水沟盖板缺失检测算法 + #高速排水沟盖板缺失检测算法 + #高速排水沟盖板缺失检测算法 + + + + + + 展开更多 + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file