From 43298601408008a9952b9be4cae7adbc4f65fd9c Mon Sep 17 00:00:00 2001 From: Nick Kurtansky <33763338+NickRaymondKurtansky@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:44:14 -0400 Subject: [PATCH 1/2] Swap "challenge" for "benchmarking tool" --- stade/core/templates/base.html | 4 ++-- stade/core/templates/landing/milk10k/index.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stade/core/templates/base.html b/stade/core/templates/base.html index 151b6b5..31b4848 100644 --- a/stade/core/templates/base.html +++ b/stade/core/templates/base.html @@ -132,8 +132,8 @@

diff --git a/stade/core/templates/landing/milk10k/index.html b/stade/core/templates/landing/milk10k/index.html index 20c02c9..20438d5 100644 --- a/stade/core/templates/landing/milk10k/index.html +++ b/stade/core/templates/landing/milk10k/index.html @@ -4,7 +4,7 @@ {% block content %}
-

{{ challenge.name }} Challenge {% if challenge.locked %}[Closed]{% endif %}

+

{{ challenge.name }} Benchmarking Tool {% if challenge.locked %}[Closed]{% endif %}

@@ -174,7 +174,7 @@

Evaluation

Datasets

- This live challenge features the MILK10k Benchmark dataset, comprising 958 images — + This benchmarking tool features the MILK10k Benchmark dataset, comprising 958 images — specifically, close-up and dermatoscopic image pairs for 479 skin lesions. The benchmark dataset originates from the same sources as the original MILK10k and covers the same eleven From 6de86ef9bb978dd11e454570e28d03bbfe64dff0 Mon Sep 17 00:00:00 2001 From: Brian Helba Date: Tue, 21 Oct 2025 09:35:24 -0400 Subject: [PATCH 2/2] Use the consistent name "MILK10K Benchmark" --- stade/core/templates/base.html | 2 +- stade/core/templates/landing/milk10k/index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stade/core/templates/base.html b/stade/core/templates/base.html index 31b4848..55c5c08 100644 --- a/stade/core/templates/base.html +++ b/stade/core/templates/base.html @@ -132,7 +132,7 @@

diff --git a/stade/core/templates/landing/milk10k/index.html b/stade/core/templates/landing/milk10k/index.html index 20438d5..3996b4c 100644 --- a/stade/core/templates/landing/milk10k/index.html +++ b/stade/core/templates/landing/milk10k/index.html @@ -4,7 +4,7 @@ {% block content %}
-

{{ challenge.name }} Benchmarking Tool {% if challenge.locked %}[Closed]{% endif %}

+

MILK10k Benchmark {% if challenge.locked %}[Closed]{% endif %}

@@ -40,7 +40,7 @@

Summary

  • Metadata (more detail below)
  • - This benchmarking tool features the MILK10k training dataset (5,240 lesions) and a blind + This benchmark features the MILK10k training dataset (5,240 lesions) and a blind held-out test dataset (479 lesions) called the MILK10k Benchmark.

    @@ -174,7 +174,7 @@

    Evaluation

    Datasets

    - This benchmarking tool features the MILK10k Benchmark dataset, comprising 958 images — + This benchmark features the MILK10k Benchmark dataset, comprising 958 images — specifically, close-up and dermatoscopic image pairs for 479 skin lesions. The benchmark dataset originates from the same sources as the original MILK10k and covers the same eleven