bluelike commited on
Commit
31d79d2
1 Parent(s): 3196d74

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +511 -0
README.md ADDED
@@ -0,0 +1,511 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - multimodal
8
+ base_model: Qwen/Qwen2-VL-7B-Instruct-GPTQ-Int4
9
+ ---
10
+
11
+ # Qwen2-VL-7B-Instruct-GPTQ-Int4
12
+
13
+ ## Introduction
14
+
15
+ We're excited to unveil **Qwen2-VL**, the latest iteration of our Qwen-VL model, representing nearly a year of innovation.
16
+
17
+ ### What’s New in Qwen2-VL?
18
+
19
+ #### Key Enhancements:
20
+
21
+ * **Enhanced Image Comprehension**: We've significantly improved the model's ability to understand and interpret visual information, setting new benchmarks across key performance metrics.
22
+
23
+ * **Advanced Video Understanding**: Qwen2-VL now features superior online streaming capabilities, enabling real-time analysis of dynamic video content with remarkable accuracy.
24
+
25
+ * **Integrated Visual Agent Functionality**: Our model now seamlessly incorporates sophisticated system integration, transforming Qwen2-VL into a powerful visual agent capable of complex reasoning and decision-making.
26
+
27
+ * **Expanded Multilingual Support**: We've broadened our language capabilities to better serve a diverse global user base, making Qwen2-VL more accessible and effective across different linguistic contexts.
28
+
29
+ #### Model Architecture Updates:
30
+
31
+ * **Naive Dynamic Resolution**: Unlike before, Qwen2-VL can handle arbitrary image resolutions, mapping them into a dynamic number of visual tokens, offering a more human-like visual processing experience.
32
+
33
+ * **Multimodal Rotary Position Embedding (M-ROPE)**: Decomposes positional embedding into parts to capture 1D textual, 2D visual, and 3D video positional information, enhancing its multimodal processing capabilities.
34
+
35
+ ![](https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen2-VL/qwen2_vl.jpg)
36
+
37
+ We have three models with 2, 7 and 72 billion parameters. This repo contains the instruction-tuned 7B Qwen2-VL model. For more information, visit our [Blog](https://qwenlm.github.io/blog/qwen2-vl/) and [GitHub](https://github.com/QwenLM/Qwen2-VL).
38
+
39
+
40
+
41
+ ### Benchmark
42
+ #### Performance of Quantized Models
43
+ This section reports the generation performance of quantized models (including GPTQ and AWQ) of the Qwen2-VL series. Specifically, we report:
44
+
45
+ - MMMU_VAL (Accuracy)
46
+ - DocVQA_VAL (Accuracy)
47
+ - MMBench_DEV_EN (Accuracy)
48
+ - MathVista_MINI (Accuracy)
49
+
50
+ We use [VLMEvalkit](https://github.com/kq-chen/VLMEvalKit/tree/add_qwen2vl) to evaluate all models.
51
+
52
+
53
+ | Model Size | Quantization | MMMU | DocVQA | MMBench | MathVista |
54
+ | --- | --- | --- | --- | --- | --- |
55
+ | Qwen2-VL-7B-Instruct | BF16<br><sup>([🤗](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct)[🤖](https://modelscope.cn/models/qwen/Qwen2-VL-7B-Instruct)) | 53.77 | 93.89 | 81.78 | 58.20 |
56
+ | | GPTQ-Int8<br><sup>([🤗](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct-GPTQ-Int8)[🤖](https://modelscope.cn/models/qwen/Qwen2-VL-7B-Instruct-GPTQ-Int8)) | 53.00 | 93.94 | 82.38 | 57.90 |
57
+ | | GPTQ-Int4<br><sup>([🤗](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct-GPTQ-Int4)[🤖](https://modelscope.cn/models/qwen/Qwen2-VL-7B-Instruct-GPTQ-Int4)) | 52.55 | 93.16 | 81.27 | 60.30 |
58
+ | | AWQ<br><sup>([🤗](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct-AWQ)[🤖](https://modelscope.cn/models/qwen/Qwen2-VL-7B-Instruct-AWQ)) | 53.66 | 93.10 | 81.61 | 56.80 |
59
+
60
+
61
+
62
+ #### Speed Benchmark
63
+ This section reports the speed performance of bf16 models, quantized models (including GPTQ-Int4, GPTQ-Int8 and AWQ) of the Qwen2-VL series. Specifically, we report the inference speed (tokens/s) as well as memory footprint (GB) under the conditions of different context lengths.
64
+
65
+ The environment of the evaluation with huggingface transformers is:
66
+
67
+ - NVIDIA A100 80GB
68
+ - CUDA 11.8
69
+ - Pytorch 2.2.1+cu118
70
+ - Flash Attention 2.6.1
71
+ - Transformers 4.38.2
72
+ - AutoGPTQ 0.6.0+cu118
73
+ - AutoAWQ 0.2.5+cu118 (autoawq_kernels 0.0.6+cu118)
74
+
75
+ Note:
76
+
77
+ - We use the batch size of 1 and the least number of GPUs as possible for the evalution.
78
+ - We test the speed and memory of generating 2048 tokens with the input lengths of 1, 6144, 14336, 30720, 63488, and 129024 tokens (>32k is only avaliable for Qwen2-72B-Instuct and Qwen2-7B-Instuct).
79
+
80
+ - 7B (transformers)
81
+
82
+ | Model | Input Length | Quantization | GPU Num | Speed(tokens/s) | GPU Memory(GB) |
83
+ | --- | --- | --- | --- | --- | --- |
84
+ | Qwen2-VL-7B-Instruct | 1 | BF16 | 1 | 39.02 | 16.07 |
85
+ | | | GPTQ-Int8 | 1 | 31.60 | 10.11 |
86
+ | | | GPTQ-Int4 | 1 | 42.76 | 7.20 |
87
+ | | | AWQ | 1 | 32.08 | 7.07 |
88
+ | | 6144 | BF16 | 1 | 38.75 | 21.56 |
89
+ | | | GPTQ-Int8 | 1 | 31.31 | 15.61 |
90
+ | | | GPTQ-Int4 | 1 | 39.75 | 12.69 |
91
+ | | | AWQ | 1 | 32.66 | 12.56 |
92
+ | | 14336 | BF16 | 1 | 30.65 | 29.07 |
93
+ | | | GPTQ-Int8 | 1 | 27.96 | 23.11 |
94
+ | | | GPTQ-Int4 | 1 | 29.72 | 20.20 |
95
+ | | | AWQ | 1 | 31.42 | 20.07 |
96
+ | | 30720 | BF16 | 1 | 19.53 | 44.08 |
97
+ | | | GPTQ-Int8 | 1 | 18.37 | 38.13 |
98
+ | | | GPTQ-Int4 | 1 | 19.15 | 35.22 |
99
+ | | | AWQ | 1 | 19.95 | 35.08 |
100
+
101
+
102
+
103
+
104
+ ## Requirements
105
+ The code of Qwen2-VL has been in the latest Hugging face transformers and we advise you to build from source with command `pip install git+https://github.com/huggingface/transformers`, or you might encounter the following error:
106
+ ```
107
+ KeyError: 'qwen2_vl'
108
+ ```
109
+
110
+ ## Quickstart
111
+ We offer a toolkit to help you handle various types of visual input more conveniently, as if you were using an API. This includes base64, URLs, and interleaved images and videos. You can install it using the following command:
112
+
113
+ ```bash
114
+ pip install qwen-vl-utils
115
+ ```
116
+
117
+ Here we show a code snippet to show you how to use the chat model with `transformers` and `qwen_vl_utils`:
118
+
119
+ ```python
120
+ from transformers import Qwen2VLForConditionalGeneration, AutoTokenizer, AutoProcessor
121
+ from qwen_vl_utils import process_vision_info
122
+
123
+ # default: Load the model on the available device(s)
124
+ model = Qwen2VLForConditionalGeneration.from_pretrained(
125
+ "Qwen/Qwen2-VL-7B-Instruct-GPTQ-Int4", torch_dtype="auto", device_map="auto"
126
+ )
127
+
128
+ # We recommend enabling flash_attention_2 for better acceleration and memory saving, especially in multi-image and video scenarios.
129
+ # model = Qwen2VLForConditionalGeneration.from_pretrained(
130
+ # "Qwen/Qwen2-VL-7B-Instruct-GPTQ-Int4",
131
+ # torch_dtype=torch.bfloat16,
132
+ # attn_implementation="flash_attention_2",
133
+ # device_map="auto",
134
+ # )
135
+
136
+ # default processer
137
+ processor = AutoProcessor.from_pretrained("Qwen/Qwen2-VL-7B-Instruct-GPTQ-Int4")
138
+
139
+ # The default range for the number of visual tokens per image in the model is 4-16384. You can set min_pixels and max_pixels according to your needs, such as a token count range of 256-1280, to balance speed and memory usage.
140
+ # min_pixels = 256*28*28
141
+ # max_pixels = 1280*28*28
142
+ # processor = AutoProcessor.from_pretrained("Qwen/Qwen2-VL-7B-Instruct-GPTQ-Int4", min_pixels=min_pixels, max_pixels=max_pixels)
143
+
144
+ messages = [
145
+ {
146
+ "role": "user",
147
+ "content": [
148
+ {
149
+ "type": "image",
150
+ "image": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-VL/assets/demo.jpeg",
151
+ },
152
+ {"type": "text", "text": "Describe this image."},
153
+ ],
154
+ }
155
+ ]
156
+
157
+ # Preparation for inference
158
+ text = processor.apply_chat_template(
159
+ messages, tokenize=False, add_generation_prompt=True
160
+ )
161
+ image_inputs, video_inputs = process_vision_info(messages)
162
+ inputs = processor(
163
+ text=[text],
164
+ images=image_inputs,
165
+ videos=video_inputs,
166
+ padding=True,
167
+ return_tensors="pt",
168
+ )
169
+ inputs = inputs.to("cuda")
170
+
171
+ # Inference: Generation of the output
172
+ generated_ids = model.generate(**inputs, max_new_tokens=128)
173
+ generated_ids_trimmed = [
174
+ out_ids[len(in_ids) :] for in_ids, out_ids in zip(inputs.input_ids, generated_ids)
175
+ ]
176
+ output_text = processor.batch_decode(
177
+ generated_ids_trimmed, skip_special_tokens=True, clean_up_tokenization_spaces=False
178
+ )
179
+ print(output_text)
180
+ ```
181
+ <details>
182
+ <summary>Without qwen_vl_utils</summary>
183
+
184
+ ```python
185
+ from PIL import Image
186
+ import requests
187
+ import torch
188
+ from torchvision import io
189
+ from typing import Dict
190
+ from transformers import Qwen2VLForConditionalGeneration, AutoTokenizer, AutoProcessor
191
+
192
+ # Load the model in half-precision on the available device(s)
193
+ model = Qwen2VLForConditionalGeneration.from_pretrained(
194
+ "Qwen/Qwen2-VL-7B-Instruct-GPTQ-Int4", torch_dtype="auto", device_map="auto"
195
+ )
196
+ processor = AutoProcessor.from_pretrained("Qwen/Qwen2-VL-7B-Instruct-GPTQ-Int4")
197
+
198
+ # Image
199
+ url = "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-VL/assets/demo.jpeg"
200
+ image = Image.open(requests.get(url, stream=True).raw)
201
+
202
+ conversation = [
203
+ {
204
+ "role": "user",
205
+ "content": [
206
+ {
207
+ "type": "image",
208
+ },
209
+ {"type": "text", "text": "Describe this image."},
210
+ ],
211
+ }
212
+ ]
213
+
214
+
215
+ # Preprocess the inputs
216
+ text_prompt = processor.apply_chat_template(conversation, add_generation_prompt=True)
217
+ # Excepted output: '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n<|im_start|>user\n<|vision_start|><|image_pad|><|vision_end|>Describe this image.<|im_end|>\n<|im_start|>assistant\n'
218
+
219
+ inputs = processor(
220
+ text=[text_prompt], images=[image], padding=True, return_tensors="pt"
221
+ )
222
+ inputs = inputs.to("cuda")
223
+
224
+ # Inference: Generation of the output
225
+ output_ids = model.generate(**inputs, max_new_tokens=128)
226
+ generated_ids = [
227
+ output_ids[len(input_ids) :]
228
+ for input_ids, output_ids in zip(inputs.input_ids, output_ids)
229
+ ]
230
+ output_text = processor.batch_decode(
231
+ generated_ids, skip_special_tokens=True, clean_up_tokenization_spaces=True
232
+ )
233
+ print(output_text)
234
+ ```
235
+ </details>
236
+ <details>
237
+ <summary>Multi image inference</summary>
238
+
239
+ ```python
240
+ # Messages containing multiple images and a text query
241
+ messages = [
242
+ {
243
+ "role": "user",
244
+ "content": [
245
+ {"type": "image", "image": "file:///path/to/image1.jpg"},
246
+ {"type": "image", "image": "file:///path/to/image2.jpg"},
247
+ {"type": "text", "text": "Identify the similarities between these images."},
248
+ ],
249
+ }
250
+ ]
251
+
252
+ # Preparation for inference
253
+ text = processor.apply_chat_template(
254
+ messages, tokenize=False, add_generation_prompt=True
255
+ )
256
+ image_inputs, video_inputs = process_vision_info(messages)
257
+ inputs = processor(
258
+ text=[text],
259
+ images=image_inputs,
260
+ videos=video_inputs,
261
+ padding=True,
262
+ return_tensors="pt",
263
+ )
264
+ inputs = inputs.to("cuda")
265
+
266
+ # Inference
267
+ generated_ids = model.generate(**inputs, max_new_tokens=128)
268
+ generated_ids_trimmed = [
269
+ out_ids[len(in_ids) :] for in_ids, out_ids in zip(inputs.input_ids, generated_ids)
270
+ ]
271
+ output_text = processor.batch_decode(
272
+ generated_ids_trimmed, skip_special_tokens=True, clean_up_tokenization_spaces=False
273
+ )
274
+ print(output_text)
275
+ ```
276
+ </details>
277
+
278
+ <details>
279
+ <summary>Video inference</summary>
280
+
281
+ ```python
282
+ # Messages containing a images list as a video and a text query
283
+ messages = [
284
+ {
285
+ "role": "user",
286
+ "content": [
287
+ {
288
+ "type": "video",
289
+ "video": [
290
+ "file:///path/to/frame1.jpg",
291
+ "file:///path/to/frame2.jpg",
292
+ "file:///path/to/frame3.jpg",
293
+ "file:///path/to/frame4.jpg",
294
+ ],
295
+ "fps": 1.0,
296
+ },
297
+ {"type": "text", "text": "Describe this video."},
298
+ ],
299
+ }
300
+ ]
301
+ # Messages containing a video and a text query
302
+ messages = [
303
+ {
304
+ "role": "user",
305
+ "content": [
306
+ {
307
+ "type": "video",
308
+ "video": "file:///path/to/video1.mp4",
309
+ "max_pixels": 360 * 420,
310
+ "fps": 1.0,
311
+ },
312
+ {"type": "text", "text": "Describe this video."},
313
+ ],
314
+ }
315
+ ]
316
+
317
+ # Preparation for inference
318
+ text = processor.apply_chat_template(
319
+ messages, tokenize=False, add_generation_prompt=True
320
+ )
321
+ image_inputs, video_inputs = process_vision_info(messages)
322
+ inputs = processor(
323
+ text=[text],
324
+ images=image_inputs,
325
+ videos=video_inputs,
326
+ padding=True,
327
+ return_tensors="pt",
328
+ )
329
+ inputs = inputs.to("cuda")
330
+
331
+ # Inference
332
+ generated_ids = model.generate(**inputs, max_new_tokens=128)
333
+ generated_ids_trimmed = [
334
+ out_ids[len(in_ids) :] for in_ids, out_ids in zip(inputs.input_ids, generated_ids)
335
+ ]
336
+ output_text = processor.batch_decode(
337
+ generated_ids_trimmed, skip_special_tokens=True, clean_up_tokenization_spaces=False
338
+ )
339
+ print(output_text)
340
+ ```
341
+ </details>
342
+
343
+ <details>
344
+ <summary>Batch inference</summary>
345
+
346
+ ```python
347
+ # Sample messages for batch inference
348
+ messages1 = [
349
+ {
350
+ "role": "user",
351
+ "content": [
352
+ {"type": "image", "image": "file:///path/to/image1.jpg"},
353
+ {"type": "image", "image": "file:///path/to/image2.jpg"},
354
+ {"type": "text", "text": "What are the common elements in these pictures?"},
355
+ ],
356
+ }
357
+ ]
358
+ messages2 = [
359
+ {"role": "system", "content": "You are a helpful assistant."},
360
+ {"role": "user", "content": "Who are you?"},
361
+ ]
362
+ # Combine messages for batch processing
363
+ messages = [messages1, messages1]
364
+
365
+ # Preparation for batch inference
366
+ texts = [
367
+ processor.apply_chat_template(msg, tokenize=False, add_generation_prompt=True)
368
+ for msg in messages
369
+ ]
370
+ image_inputs, video_inputs = process_vision_info(messages)
371
+ inputs = processor(
372
+ text=texts,
373
+ images=image_inputs,
374
+ videos=video_inputs,
375
+ padding=True,
376
+ return_tensors="pt",
377
+ )
378
+ inputs = inputs.to("cuda")
379
+
380
+ # Batch Inference
381
+ generated_ids = model.generate(**inputs, max_new_tokens=128)
382
+ generated_ids_trimmed = [
383
+ out_ids[len(in_ids) :] for in_ids, out_ids in zip(inputs.input_ids, generated_ids)
384
+ ]
385
+ output_texts = processor.batch_decode(
386
+ generated_ids_trimmed, skip_special_tokens=True, clean_up_tokenization_spaces=False
387
+ )
388
+ print(output_texts)
389
+ ```
390
+ </details>
391
+
392
+ ### More Usage Tips
393
+
394
+ For input images, we support local files, base64, and URLs. For videos, we currently only support local files.
395
+
396
+ ```python
397
+ # You can directly insert a local file path, a URL, or a base64-encoded image into the position where you want in the text.
398
+ ## Local file path
399
+ messages = [
400
+ {
401
+ "role": "user",
402
+ "content": [
403
+ {"type": "image", "image": "file:///path/to/your/image.jpg"},
404
+ {"type": "text", "text": "Describe this image."},
405
+ ],
406
+ }
407
+ ]
408
+ ## Image URL
409
+ messages = [
410
+ {
411
+ "role": "user",
412
+ "content": [
413
+ {"type": "image", "image": "http://path/to/your/image.jpg"},
414
+ {"type": "text", "text": "Describe this image."},
415
+ ],
416
+ }
417
+ ]
418
+ ## Base64 encoded image
419
+ messages = [
420
+ {
421
+ "role": "user",
422
+ "content": [
423
+ {"type": "image", "image": "data:image;base64,/9j/..."},
424
+ {"type": "text", "text": "Describe this image."},
425
+ ],
426
+ }
427
+ ]
428
+ ```
429
+ #### Image Resolution for performance boost
430
+
431
+ The model supports a wide range of resolution inputs. By default, it uses the native resolution for input, but higher resolutions can enhance performance at the cost of more computation. Users can set the minimum and maximum number of pixels to achieve an optimal configuration for their needs, such as a token count range of 256-1280, to balance speed and memory usage.
432
+
433
+ ```python
434
+ min_pixels = 256 * 28 * 28
435
+ max_pixels = 1280 * 28 * 28
436
+ processor = AutoProcessor.from_pretrained(
437
+ "Qwen/Qwen2-VL-7B-Instruct-GPTQ-Int4", min_pixels=min_pixels, max_pixels=max_pixels
438
+ )
439
+ ```
440
+
441
+ Besides, We provide two methods for fine-grained control over the image size input to the model:
442
+
443
+ 1. Define min_pixels and max_pixels: Images will be resized to maintain their aspect ratio within the range of min_pixels and max_pixels.
444
+
445
+ 2. Specify exact dimensions: Directly set `resized_height` and `resized_width`. These values will be rounded to the nearest multiple of 28.
446
+
447
+ ```python
448
+ # min_pixels and max_pixels
449
+ messages = [
450
+ {
451
+ "role": "user",
452
+ "content": [
453
+ {
454
+ "type": "image",
455
+ "image": "file:///path/to/your/image.jpg",
456
+ "resized_height": 280,
457
+ "resized_width": 420,
458
+ },
459
+ {"type": "text", "text": "Describe this image."},
460
+ ],
461
+ }
462
+ ]
463
+ # resized_height and resized_width
464
+ messages = [
465
+ {
466
+ "role": "user",
467
+ "content": [
468
+ {
469
+ "type": "image",
470
+ "image": "file:///path/to/your/image.jpg",
471
+ "min_pixels": 50176,
472
+ "max_pixels": 50176,
473
+ },
474
+ {"type": "text", "text": "Describe this image."},
475
+ ],
476
+ }
477
+ ]
478
+ ```
479
+
480
+ ## Limitations
481
+
482
+ While Qwen2-VL are applicable to a wide range of visual tasks, it is equally important to understand its limitations. Here are some known restrictions:
483
+
484
+ 1. Lack of Audio Support: The current model does **not comprehend audio information** within videos.
485
+ 2. Data timeliness: Our image dataset is **updated until June 2023**, and information subsequent to this date may not be covered.
486
+ 3. Constraints in Individuals and Intellectual Property (IP): The model's capacity to recognize specific individuals or IPs is limited, potentially failing to comprehensively cover all well-known personalities or brands.
487
+ 4. Limited Capacity for Complex Instruction: When faced with intricate multi-step instructions, the model's understanding and execution capabilities require enhancement.
488
+ 5. Insufficient Counting Accuracy: Particularly in complex scenes, the accuracy of object counting is not high, necessitating further improvements.
489
+ 6. Weak Spatial Reasoning Skills: Especially in 3D spaces, the model's inference of object positional relationships is inadequate, making it difficult to precisely judge the relative positions of objects.
490
+
491
+ These limitations serve as ongoing directions for model optimization and improvement, and we are committed to continually enhancing the model's performance and scope of application.
492
+
493
+
494
+ ## Citation
495
+
496
+ If you find our work helpful, feel free to give us a cite.
497
+
498
+ ```
499
+ @article{Qwen2-VL,
500
+ title={Qwen2-VL},
501
+ author={Qwen team},
502
+ year={2024}
503
+ }
504
+
505
+ @article{Qwen-VL,
506
+ title={Qwen-VL: A Versatile Vision-Language Model for Understanding, Localization, Text Reading, and Beyond},
507
+ author={Bai, Jinze and Bai, Shuai and Yang, Shusheng and Wang, Shijie and Tan, Sinan and Wang, Peng and Lin, Junyang and Zhou, Chang and Zhou, Jingren},
508
+ journal={arXiv preprint arXiv:2308.12966},
509
+ year={2023}
510
+ }
511
+ ```