Skip to content

Commit

Permalink
ultralytics 8.1.20 add YOLOv8x-World support (ultralytics#8539)
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Jocher <[email protected]>
  • Loading branch information
Laughing-q and glenn-jocher authored Mar 1, 2024
1 parent 31cf94e commit 59ed47c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/en/models/yolo-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ This section details the models available with their specific pre-trained weight
| YOLOv8s-world | [yolov8s-world.pt](https://github.com/ultralytics/assets/releases/download/v8.1.0/yolov8s-world.pt) | [Object Detection](../tasks/detect.md) |||||
| YOLOv8m-world | [yolov8m-world.pt](https://github.com/ultralytics/assets/releases/download/v8.1.0/yolov8m-world.pt) | [Object Detection](../tasks/detect.md) |||||
| YOLOv8l-world | [yolov8l-world.pt](https://github.com/ultralytics/assets/releases/download/v8.1.0/yolov8l-world.pt) | [Object Detection](../tasks/detect.md) |||||
| YOLOv8x-world | [yolov8x-world.pt](https://github.com/ultralytics/assets/releases/download/v8.1.0/yolov8x-world.pt) | [Object Detection](../tasks/detect.md) |||||

## Zero-shot Transfer on COCO Dataset

Expand All @@ -49,6 +50,7 @@ This section details the models available with their specific pre-trained weight
| yolov8s-world | 37.4 | 52.0 | 40.6 |
| yolov8m-world | 42.0 | 57.0 | 45.6 |
| yolov8l-world | 45.7 | 61.3 | 49.8 |
| yolov8x-world | 47.0 | 63.0 | 51.2 |

## Usage Examples

Expand Down
2 changes: 1 addition & 1 deletion ultralytics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ultralytics YOLO 🚀, AGPL-3.0 license

__version__ = "8.1.19"
__version__ = "8.1.20"

from ultralytics.data.explorer.explorer import Explorer
from ultralytics.models import RTDETR, SAM, YOLO, YOLOWorld
Expand Down

0 comments on commit 59ed47c

Please sign in to comment.