{% extends "_layout.html" %} {% block head %} NerfBaselines: Dataset {{ name }} {% endblock %} {% block content %}

{{ name }}

{{ description }}

{% if link or paper_link or paper_authors %} {% endif %}
{% with methods=methods, dataset_id=id, metrics=metrics, scenes=scenes, default_metric=default_metric or metrics[0].id %} {% include '_partials/dataset_table.html' %} {% endwith %} {% for metric in metrics %}

{{ metric.name }}

{{ metric.description }}

{% with methods=methods, dataset_id=id, metrics=metrics, metric_id=metric.id, scenes=scenes, default_metric=default_metric or metrics[0].id %} {% include '_partials/dataset_metric_table.html' %} {% endwith %}
{% endfor %}
{% endblock %}