{# Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved. #} {% extends "layout.html" %} {% block nav %}
Path | {% if show_ground_truth %}Ground truth | {% endif %}Top predictions | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{path}} | {% if show_ground_truth %}{% if ground_truth is not none%}{{ground_truth}}{% endif %} | {% endif %} {% for r in result %}{{r[0]}} | {{r[1]}}% | {% endfor %}