{# Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved. #} {% if show_ground_truth %}{% endif %} {% for path in paths %} {% set result = classifications[loop.index0] %} {% set ground_truth = ground_truths[loop.index0] %} {% if show_ground_truth %}{% endif %} {% for r in result %} {% endfor %} {% endfor %}
PathGround truthTop predictions
{{path}}{% if ground_truth is not none%}{{ground_truth}}{% endif %} {{r[0]}} {{r[1]}}%