{% import "_macros.html" as macros %}
{% for metric in metrics %} {% endfor %} {% for method in methods %} {% for metric in metrics %} {% endfor %} {% for scene in method.scenes %} {% for metric in metrics %} {% endfor %} {% endfor %} {% endfor %}
Method {{ metric.name }} Time GPU mem.
{{ method.name }}{{ method.average[metric.id] }}{{ macros.info_box(method.average, metric.id, metric.name) }}{{ method.average.total_train_time }}{{ macros.info_box(method.average, "total_train_time", "train. time") }} {{ method.average.gpu_memory }}{{ macros.info_box(method.average, "gpu_memory", "GPU mem.") }}
{% if scene.data_link %} {% endif %} {% if scene.mesh_demo_link %} {% endif %} {% if scene.demo_link %} {% endif %} {{ scene.name }}{{ scene[metric.id] }}{{ macros.info_box(scene, metric.id, metric.name) }}{{ scene.total_train_time }}{{ macros.info_box(scene, "total_train_time", "train. time") }} {{ scene.gpu_memory }}{{ macros.info_box(scene, "gpu_memory", "GPU mem.") }}