Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
---
|
| 2 |
title: Dual-Region Augmentation (DRA, Local U²-Net)
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
@@ -22,4 +22,4 @@ arxiv.org/abs/2504.13077
|
|
| 22 |
- **Grid control**: choose number of patches (2×2, 4×4, 8×8, 16×16). No overlap.
|
| 23 |
- **Background**: jigsaw shuffle on the full image, fused only into background via U²‑Net mask.
|
| 24 |
- **Foreground**: Gaussian noise applied to **one random rectangular box** inside the foreground.
|
| 25 |
-
- **Weights**: uses local `saved_models/u2net(.pth)` or `saved_models/u2netp(.pth)`.
|
|
|
|
| 1 |
---
|
| 2 |
title: Dual-Region Augmentation (DRA, Local U²-Net)
|
| 3 |
+
emoji: 🐨
|
| 4 |
+
colorFrom: purple
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.44.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
| 22 |
- **Grid control**: choose number of patches (2×2, 4×4, 8×8, 16×16). No overlap.
|
| 23 |
- **Background**: jigsaw shuffle on the full image, fused only into background via U²‑Net mask.
|
| 24 |
- **Foreground**: Gaussian noise applied to **one random rectangular box** inside the foreground.
|
| 25 |
+
- **Weights**: uses local `saved_models/u2net(.pth)` or `saved_models/u2netp(.pth)`.
|