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(阶段)
报告中 "Stages" 将显示您的视频中发生的事情,带有精确的时间戳和缩略图。

- `stable` 表示在此期间(几乎)没有发生任何事情
- `unstable` 表示发生了什么事
- `unspecific` 意味着你的模型不知道`这个frame应该是哪类`(低于阈值)


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