Skip to content

Commit 790ccac

Browse files
committed
Merge remote-tracking branch 'origin/feature/support_for_qwen_3_vl' into feature/support_for_qwen_3_vl
2 parents a99015a + 52c772d commit 790ccac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

supervision/detection/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ def from_lmm(cls, lmm: LMM | str, result: str | dict, **kwargs: Any) -> Detectio
951951
detections.class_id
952952
# array([0, 1])
953953
```
954-
954+
955955
!!! example "Qwen3-VL"
956956
957957
```python
@@ -1359,7 +1359,7 @@ def from_vlm(cls, vlm: VLM | str, result: str | dict, **kwargs: Any) -> Detectio
13591359
detections.class_id
13601360
# array([0, 1])
13611361
```
1362-
1362+
13631363
!!! example "Qwen3-VL"
13641364
13651365
```python

0 commit comments

Comments
 (0)