Merge remote-tracking branch 'origin/feature/support_for_qwen_3_vl' into feature/support_for_qwen_3_vl
This commit is contained in:
commit
790ccace2c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue