stagesep x report
Stages
Charts
Others
{% if thumbnail_list %}
About this page
This page will show what happened in your video, with precise timestamp and thumbnail.
You can view
#75
for more details.
{% for name, each_thumbnail in thumbnail_list %}
{{ name }}
{% endfor %}
{% endif %}
Charts
{{ chart }}
{% if cost_dict %}
Time Cost between stages
Calculate the time spent on stage changes.
{% for name, result in cost_dict.items() %}
stage {{ name }}
range: {{ result[0].frame_id }} - {{ result[1].frame_id }} ({{ result[0].timestamp }} - {{ result[1].timestamp }})
time cost: {{ result[1].timestamp - result[0].timestamp }}
{% endfor %}
{% endif %} {% if extras %}
Extras
{% for name, value in extras.items() %}
{{ name }}
{{ value }}
{% endfor %}
{% endif %}