{{title}}

{{subtitle}}

{% for section in results.sections %}

{{loop.index}}. {{section.section_name}}

{% set s_i = loop.index %} {% for feature in section.features %}

{{s_i}}.{{loop.index}}. {{feature.name}}

{% if feature.image_path is not none %}

{% endif %}

{{feature.description}}

 

{% if feature.notice is not none %}
Notice: {{feature.notice}}
{% endif %} {% if feature.warning is not none %}
Warning: {{feature.warning}}
{% endif %} {% endfor %}

{% endfor %}
Notice: To better understand how to tackle the data issues highlighted in this report, explore our comprehensive course on analyzing computer vision datasets.