{# Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved. #}

{{dataset.name()}}

{{dataset.status.name}} {% if not dataset.status.is_running() %} {{dataset.status_history[-1][1]|print_time}} {% endif %}

Image Size
{{dataset.image_dims[1]}}x{{dataset.image_dims[0]}}
Image Type
{% if dataset.image_dims[2] == 3 %} COLOR {% else %} GRAYSCALE {% endif %}
DB backend
{{dataset.get_backend()}}
{% for task in dataset.create_db_tasks() %}
{{task.name()}}
{% if task.entries_count %} {{task.entries_count}} images {% else %} ? {% endif %}
{% endfor %}