From 3135114b942ded6ea77fe6d85407084ec1a5bc06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C4=99czek?= Date: Wed, 3 Jan 2024 20:32:40 +0100 Subject: [PATCH] Bump version of ultralytics to match with roboflow package --- ...ain-yolov8-instance-segmentation-on-custom-dataset.ipynb | 6 +++--- .../train-yolov8-object-detection-on-custom-dataset.ipynb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/notebooks/train-yolov8-instance-segmentation-on-custom-dataset.ipynb b/notebooks/train-yolov8-instance-segmentation-on-custom-dataset.ipynb index 3e6fb39..d8df929 100644 --- a/notebooks/train-yolov8-instance-segmentation-on-custom-dataset.ipynb +++ b/notebooks/train-yolov8-instance-segmentation-on-custom-dataset.ipynb @@ -20,7 +20,7 @@ "\n", "## ⚠️ Disclaimer\n", "\n", - "YOLOv8 is still under heavy development. Breaking changes are being introduced almost weekly. We strive to make our YOLOv8 notebooks work with the latest version of the library. Last tests took place on **12.02.2023** with version **YOLOv8.0.28**.\n", + "YOLOv8 is still under heavy development. Breaking changes are being introduced almost weekly. We strive to make our YOLOv8 notebooks work with the latest version of the library. Last tests took place on **03.01.2024** with version **YOLOv8.0.196**.\n", "\n", "If you notice that our notebook behaves incorrectly - especially if you experience errors that prevent you from going through the tutorial - don't hesitate! Let us know and open an [issue](https://github.com/roboflow/notebooks/issues) on the Roboflow Notebooks repository.\n", "\n", @@ -136,7 +136,7 @@ "source": [ "## Install YOLOv8\n", "\n", - "⚠️ YOLOv8 is still under heavy development. Breaking changes are being introduced almost weekly. We strive to make our YOLOv8 notebooks work with the latest version of the library. Last tests took place on **12.02.2023** with version **YOLOv8.0.28**.\n", + "⚠️ YOLOv8 is still under heavy development. Breaking changes are being introduced almost weekly. We strive to make our YOLOv8 notebooks work with the latest version of the library. Last tests took place on **03.01.2024** with version **YOLOv8.0.196**.\n", "\n", "If you notice that our notebook behaves incorrectly - especially if you experience errors that prevent you from going through the tutorial - don't hesitate! Let us know and open an [issue](https://github.com/roboflow/notebooks/issues) on the Roboflow Notebooks repository.\n", "\n", @@ -166,7 +166,7 @@ "source": [ "# Pip install method (recommended)\n", "\n", - "!pip install ultralytics==8.0.28\n", + "!pip install ultralytics==8.0.196\n", "\n", "from IPython import display\n", "display.clear_output()\n", diff --git a/notebooks/train-yolov8-object-detection-on-custom-dataset.ipynb b/notebooks/train-yolov8-object-detection-on-custom-dataset.ipynb index be26fc9..b82db7c 100644 --- a/notebooks/train-yolov8-object-detection-on-custom-dataset.ipynb +++ b/notebooks/train-yolov8-object-detection-on-custom-dataset.ipynb @@ -21,7 +21,7 @@ "\n", "## ⚠️ Disclaimer\n", "\n", - "YOLOv8 is still under heavy development. Breaking changes are being introduced almost weekly. We strive to make our YOLOv8 notebooks work with the latest version of the library. Last tests took place on **27.01.2023** with version **YOLOv8.0.20**.\n", + "YOLOv8 is still under heavy development. Breaking changes are being introduced almost weekly. We strive to make our YOLOv8 notebooks work with the latest version of the library. Last tests took place on **03.01.2024** with version **YOLOv8.0.196**.\n", "\n", "If you notice that our notebook behaves incorrectly - especially if you experience errors that prevent you from going through the tutorial - don't hesitate! Let us know and open an [issue](https://github.com/roboflow/notebooks/issues) on the Roboflow Notebooks repository.\n", "\n", @@ -138,7 +138,7 @@ "source": [ "## Install YOLOv8\n", "\n", - "⚠️ YOLOv8 is still under heavy development. Breaking changes are being introduced almost weekly. We strive to make our YOLOv8 notebooks work with the latest version of the library. Last tests took place on **27.01.2023** with version **YOLOv8.0.20**.\n", + "⚠️ YOLOv8 is still under heavy development. Breaking changes are being introduced almost weekly. We strive to make our YOLOv8 notebooks work with the latest version of the library. Last tests took place on **03.01.2024** with version **YOLOv8.0.196**.\n", "\n", "If you notice that our notebook behaves incorrectly - especially if you experience errors that prevent you from going through the tutorial - don't hesitate! Let us know and open an [issue](https://github.com/roboflow/notebooks/issues) on the Roboflow Notebooks repository.\n", "\n", @@ -168,7 +168,7 @@ "source": [ "# Pip install method (recommended)\n", "\n", - "!pip install ultralytics==8.0.20\n", + "!pip install ultralytics==8.0.196\n", "\n", "from IPython import display\n", "display.clear_output()\n",