{% if stable_sample %}

Stable Stages

All the stable stages will be shown here.

{% endif %} {% if thumbnail_list %}

Unstable Stages

These pictures show what will happen when stages are changing.

    {% for name, each_thumbnail in thumbnail_list %}
  • {{ name }}

  • {% endfor %}
{% endif %} {% if dir_link_list %}

Raw Pictures

You can access pictures directory via these links below.

{% endif %} {% 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 %}

Charts

{{ chart }}