{{report_title}}
{{report_title}}
Summary
Adjusting result
Error adjustment
{% for item in errors %}
{{item.name}}
{% endfor%}
Additional information
{{report_title}}
Summary
Adjusting result
Error adjustment
{% for item in errors %}
{{item.name}}
{% endfor%}
Additional information
Report created at: {{report_date}}
Summary
{% for row in summaries %}
{% for col in row %}
{{col}}
{% endfor%}
{% endfor%}
Adjusting result
Before adjustment
After adjustment
{% for image in adjust %}
{% endfor%}
Error adjustment
Only the first 5 results of each error are displayed, and all error detection results can be found under the "AutoHiC/autohic_results/" path.
{% for item in errors %}
{{item.name}}
{% for pair in item.pairs %}
Location: {{pair.start}} - {{pair.end}}
{% endfor%}
{% for pair in item.pairs %}
{{loop.index}}
{% endfor%}
{% endfor%}
Additional information
{% for item in additional %}
{{item.name}}
{% for h in item.table_header %}
{{h}}
{% endfor%}
{% for row in item.table_data %}
{% for col in row %}
{{col}}
{% endfor%}
{% endfor%}
{% endfor%}