Merge remote-tracking branch 'origin/feature/support_for_qwen_3_vl' into feature/support_for_qwen_3_vl

This commit is contained in:
SkalskiP 2025-11-15 22:54:34 +01:00
commit 790ccace2c
1 changed files with 2 additions and 2 deletions

View File

@ -951,7 +951,7 @@ class Detections:
detections.class_id
# array([0, 1])
```
!!! example "Qwen3-VL"
```python
@ -1359,7 +1359,7 @@ class Detections:
detections.class_id
# array([0, 1])
```
!!! example "Qwen3-VL"
```python