{% with messages = get_flashed_messages() %}
{% if messages %}
{% for msg in messages %}
{% endif %}
{% endwith %}
{{ msg }}
{% endfor %}
已完成
--
运行中
0
待处理
--
已保留
--
失败
--
数据监测与研判
分析传入的数据流,配置检测参数,并对潜在的命中结果进行研判。
{% include 'modules/detection/_oracle_tab.html' %}
{% include 'modules/detection/_upload_tab.html' %}
{% include 'modules/training/_train_tab.html' %}
{% include 'modules/dispatch/_dispatch_tab.html' %}
{% include 'modules/face/_face_tab.html' %}
{% include 'modules/diagnostics/_task_queue_tab.html' %}