Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- code
|
7 |
+
---
|
8 |
+
|
9 |
+
## 📝 Description
|
10 |
+
GeoPixel-7B-RES is the model specific to the Referring Remote Sensing Image Segmentation (RRSIS) task. It is finetuned on [RRSIS-D dataset](https://openaccess.thecvf.com/content/CVPR2024/html/Liu_Rotated_Multi-Scale_Interaction_Network_for_Referring_Remote_Sensing_Image_Segmentation_CVPR_2024_paper.html).
|
11 |
+
|
12 |
+
## 📚 Additional Resources
|
13 |
+
- **Paper:** [ArXiv](https://arxiv.org/abs/2501.13925).
|
14 |
+
- **GitHub Repository:** For training and updates: [GitHub - GeoPixel](https://github.com/mbzuai-oryx/GeoPixel).
|
15 |
+
- **Project Page:** For a detailed overview, visit our [Project Page - GeoPixel](https://mbzuai-oryx.github.io/GeoPixel/).
|
16 |
+
|
17 |
+
## Citation 📜
|
18 |
+
|
19 |
+
```bibtex
|
20 |
+
@article{shabbir2025geopixel,
|
21 |
+
title={GeoPixel : Pixel Grounding Large Multimodal Models in Remote Sensing},
|
22 |
+
author={Akashah Shabbir, Mohammed Zumri, Mohammed Bennamoun, Fahad S. Khan, Salman Khan},
|
23 |
+
journal={ArXiv},
|
24 |
+
year={2025},
|
25 |
+
url={https://arxiv.org/abs/2501.13925}
|
26 |
+
}
|
27 |
+
```
|
28 |
+
|
29 |
+
---
|