Add pipeline tag and improve metadata
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
- ICLR2026
|
| 12 |
---
|
| 13 |
|
| 14 |
# π°οΈ InSAR Phase Unwrapping - Pretrained Models
|
|
@@ -19,7 +20,7 @@ Pretrained weights for all four U-Net architectural variants from:
|
|
| 19 |
> Prabhjot Singh, Manmeet Singh
|
| 20 |
> **Oral Presentation - ML4RS @ ICLR 2026**
|
| 21 |
|
| 22 |
-
π [Paper (OpenReview)](https://openreview.net/forum?id=liJldeR5ZX) | π» [Code (GitHub)](https://github.com/prabhjotschugh/When-Less-is-More-InSAR-Phase-Unwrapping)
|
| 23 |
|
| 24 |
---
|
| 25 |
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
pipeline_tag: image-to-image
|
| 5 |
tags:
|
| 6 |
+
- InSAR
|
| 7 |
+
- phase-unwrapping
|
| 8 |
+
- remote-sensing
|
| 9 |
+
- geophysics
|
| 10 |
+
- U-Net
|
| 11 |
+
- ML4RS
|
| 12 |
+
- ICLR2026
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# π°οΈ InSAR Phase Unwrapping - Pretrained Models
|
|
|
|
| 20 |
> Prabhjot Singh, Manmeet Singh
|
| 21 |
> **Oral Presentation - ML4RS @ ICLR 2026**
|
| 22 |
|
| 23 |
+
π [Paper (Hugging Face)](https://huggingface.co/papers/2605.00896) | π [Paper (OpenReview)](https://openreview.net/forum?id=liJldeR5ZX) | π» [Code (GitHub)](https://github.com/prabhjotschugh/When-Less-is-More-InSAR-Phase-Unwrapping)
|
| 24 |
|
| 25 |
---
|
| 26 |
|