Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -124,4 +124,16 @@ print("DEM shape:", sample["dem"].shape) # Expected: torch.Size(
|
|
| 124 |
print("Thermal shape:", sample["thermal_inertial"].shape)# Expected: torch.Size([1, 128, 128])
|
| 125 |
print("Grayscale shape:", sample["grayscale"].shape) # Expected: torch.Size([1, 128, 128])
|
| 126 |
print("Label shape:", sample["label"].shape) # Expected: torch.Size([1, 128, 128])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
```
|
|
|
|
| 124 |
print("Thermal shape:", sample["thermal_inertial"].shape)# Expected: torch.Size([1, 128, 128])
|
| 125 |
print("Grayscale shape:", sample["grayscale"].shape) # Expected: torch.Size([1, 128, 128])
|
| 126 |
print("Label shape:", sample["label"].shape) # Expected: torch.Size([1, 128, 128])
|
| 127 |
+
```
|
| 128 |
+
|
| 129 |
+
## References
|
| 130 |
+
|
| 131 |
+
```
|
| 132 |
+
@inproceedings{paheding2026mmlsv2,
|
| 133 |
+
title={Mmlsv2: A multimodal dataset for martian landslide detection in remote sensing imagery},
|
| 134 |
+
author={Paheding, S. and Reyes-Angulo, A. A. and Ramos, L. T. and Sappa, A. D. and KS, S. K. and Oommen, T.},
|
| 135 |
+
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
|
| 136 |
+
pages={10329--10338},
|
| 137 |
+
year={2026}
|
| 138 |
+
}
|
| 139 |
```
|