utx-monitors report
Stages Charts Others Help
{% if thumbnail_list %}
    {% 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 %}
Stages
Page `stages` will show what happened in your video, with precise timestamp and thumbnail.

- `stable` means nothing happened (nearly) during this period
- `unstable` means something happened
- `unspecific` means your model has no idea about `which class this frame should be` (lower than threshold)


Built with @utx-monitors Page generated: {{ timestamp }}