{% extends "base.html" %} {% block content %} {% if current_user.is_visitor %} {% include 'limits.html' %} {% endif %}
{% include 'sidenav.html' %}

病害识别

{% if current_user.is_visitor %}
须知
访问者无法使用泛类识别功能
且识别结果和历史将无法保存
使用本产品默认接受以上规定
任何后果及损失概不负责!!
{% else %}
...

选择图片请点击👆

  • 品种:
  • 健康状态:
  • 置信度:
{% endif %}
{% with label="Apple" %}
{% include 'predict_card.html' %}
{% endwith %} {% with label="Cherry" %}
{% include 'predict_card.html' %}
{% endwith %} {% with label="Corn" %}
{% include 'predict_card.html' %}
{% endwith %} {% with label="Grape" %}
{% include 'predict_card.html' %}
{% endwith %} {% with label="Peach" %}
{% include 'predict_card.html' %}
{% endwith %} {% with label="Pepper" %}
{% include 'predict_card.html' %}
{% endwith %} {% with label="Potato" %}
{% include 'predict_card.html' %}
{% endwith %} {% with label="Tomato" %}
{% include 'predict_card.html' %}
{% endwith %}
{# #} {# #} {# #} {# #} {% endblock %}