Update README.md
Browse files
README.md
CHANGED
|
@@ -145,4 +145,17 @@ pred_x, pred_y = extract_coordinates(output_text[0])
|
|
| 145 |
|
| 146 |
# Calculate the absolute coordinates from normalized coordinates
|
| 147 |
visualize_prediction(img, pred_x, pred_y, img_width, img_height)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 148 |
```
|
|
|
|
| 145 |
|
| 146 |
# Calculate the absolute coordinates from normalized coordinates
|
| 147 |
visualize_prediction(img, pred_x, pred_y, img_width, img_height)
|
| 148 |
+
```
|
| 149 |
+
|
| 150 |
+
## Citation
|
| 151 |
+
If you use **🍨 Gelato** in your research, please cite it as follows:
|
| 152 |
+
|
| 153 |
+
```
|
| 154 |
+
@misc{gelato2025,
|
| 155 |
+
title={Gelato — From Data Curation to Reinforcement Learning: Building a Strong Grounding Model for Computer-Use Agents},
|
| 156 |
+
author={Gelato Team},
|
| 157 |
+
year={2025},
|
| 158 |
+
publisher={GitHub},
|
| 159 |
+
howpublished={\url{https://github.com/mlfoundations/gelato}},
|
| 160 |
+
}
|
| 161 |
```
|