Update app.py
Browse files
app.py
CHANGED
|
@@ -524,21 +524,23 @@ with gr.Blocks(title="RTS Human Evaluation", theme=gr.themes.Soft()) as demo:
|
|
| 524 |
f"""
|
| 525 |
# Retrogressive Thaw Slump (RTS) Human Evaluation
|
| 526 |
|
| 527 |
-
|
|
|
|
| 528 |
|
| 529 |
-
|
| 530 |
-
|
| 531 |
-
**Suggested target:** ~{TARGET_PER_PERSON} images per reviewer.
|
| 532 |
-
|
| 533 |
-
You can stop at any time and come back later to continue where you left off.
|
| 534 |
|
| 535 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 536 |
|
| 537 |
---
|
| 538 |
-
**
|
| 539 |
-
1. Enter your name and email, then click **Start / Resume**.
|
| 540 |
-
2. Review the images and rate them.
|
| 541 |
-
3. Choose **Submit & Next Image** to continue, or **Submit & Finish** to end the session.
|
| 542 |
"""
|
| 543 |
)
|
| 544 |
|
|
|
|
| 524 |
f"""
|
| 525 |
# Retrogressive Thaw Slump (RTS) Human Evaluation
|
| 526 |
|
| 527 |
+
### 👋 Welcome!
|
| 528 |
+
We are evaluating different image enhancement methods for detecting **Retrogressive Thaw Slumps (RTS)** in satellite imagery. We need your expert eye to judge which images preserve the most detail.
|
| 529 |
|
| 530 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 531 |
|
| 532 |
+
### 📋 Instructions
|
| 533 |
+
* **Your Goal:** Evaluate approximately **{TARGET_PER_PERSON} image sets**.
|
| 534 |
+
* **The Task:** For each set, you will see 5 variations of the same satellite image.
|
| 535 |
+
* **Rating:** Rate each image from **1 (Poor)** to **10 (Excellent)** based on how clearly the RTS feature (indicated by the **Red Box**) is depicted.
|
| 536 |
+
|
| 537 |
+
### ⏸️ Saving & Resuming
|
| 538 |
+
* **Automatic Saving:** Your progress is saved automatically after every "Submit".
|
| 539 |
+
* **Take a Break:** You can close this tab at any time.
|
| 540 |
+
* **How to Resume:** Simply return here and enter the **exact same Name and Email**. The system will pick up exactly where you left off.
|
| 541 |
|
| 542 |
---
|
| 543 |
+
**Ready?** Enter your details below to begin.
|
|
|
|
|
|
|
|
|
|
| 544 |
"""
|
| 545 |
)
|
| 546 |
|