Datasets:

Modalities:
Image
ArXiv:
License:
lzy337 commited on
Commit
794bbd4
·
verified ·
1 Parent(s): 8ac0b83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,8 +13,8 @@ GUI-Drag is a diverse dataset of 161K text dragging examples synthesized through
13
  Our dataset is built upon the Uground, Jedi, and additional public paper-style academic document screenshots.
14
 
15
  **NOTE**: Before you use this dataset, make sure you understand the logic of absolute coordinates and [image processor](https://github.com/QwenLM/Qwen2.5-VL/blob/d2240f11656bfe404b9ba56db4e51cd09f522ff1/qwen-vl-utils/src/qwen_vl_utils/vision_process.py#L60) for [Qwen2.5-VL](https://arxiv.org/abs/2502.13923).
16
- This dataset is set with the image processor max tokens to be 2700, a.k.a max_pixels=2700x14x14x2x2 , the coordinates were resized to be smaller and you have to resize the image as well within max_pixels=2700x14x14x2x2 via image processor to make them align.
17
- Make sure you also follow it in your training procedure, otherwise the performance will not be as expected.
18
 
19
 
20
  # Note
 
13
  Our dataset is built upon the Uground, Jedi, and additional public paper-style academic document screenshots.
14
 
15
  **NOTE**: Before you use this dataset, make sure you understand the logic of absolute coordinates and [image processor](https://github.com/QwenLM/Qwen2.5-VL/blob/d2240f11656bfe404b9ba56db4e51cd09f522ff1/qwen-vl-utils/src/qwen_vl_utils/vision_process.py#L60) for [Qwen2.5-VL](https://arxiv.org/abs/2502.13923).
16
+ This dataset is set with the image processor max_pixels=2116800, which is aligned with the [Jedi model series](https://huggingface.co/xlangai/Jedi-3B-1080p/tree/main).
17
+ Make sure you also follow it in your training procedure; the performance will not be as expected.
18
 
19
 
20
  # Note