Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
---
|
| 2 |
{}
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
{}
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Channel Reconstruction U-Net
|
| 6 |
+
|
| 7 |
+
A U-Net model trained to reconstruct missing channels in multi-channel drone imagery.
|
| 8 |
+
|
| 9 |
+
## Model Description
|
| 10 |
+
|
| 11 |
+
This model predicts missing spectral channels from available ones in 5-channel remote sensing images (224x224 patches).
|
| 12 |
+
|
| 13 |
+
## Intended Use
|
| 14 |
+
|
| 15 |
+
- Reconstruct corrupted or missing drone image channels
|
| 16 |
+
- Fill gaps in multi-spectral data
|
| 17 |
+
- Evaluate spectral channel redundancy and relationships
|