Skip to content

Commit

Permalink
Update ultralytics versions in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-T-G committed Oct 6, 2024
1 parent e8cdb90 commit 780c32a
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 86 deletions.
4 changes: 2 additions & 2 deletions notebooks/train-yolov8-classification-on-custom-dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,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 **18.01.2023** with version **YOLOv8.0.9**.\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 **06.10.2024** with version **YOLOv8.3.5**.\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",
Expand Down Expand Up @@ -170,7 +170,7 @@
"source": [
"# Pip install method (recommended)\n",
"\n",
"!pip install ultralytics\n",
"!pip install ultralytics==8.3.5\n",
"\n",
"from IPython import display\n",
"display.clear_output()\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 **03.01.2024** with version **YOLOv8.0.196**.\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 **06.10.2024** with version **YOLOv8.3.5**.\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",
Expand Down Expand Up @@ -166,7 +166,7 @@
"source": [
"# Pip install method (recommended)\n",
"\n",
"!pip install ultralytics==8.0.196\n",
"!pip install ultralytics==8.3.5\n",
"\n",
"from IPython import display\n",
"display.clear_output()\n",
Expand Down
160 changes: 80 additions & 80 deletions notebooks/train-yolov8-keypoint.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -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 **03.01.2024** with version **YOLOv8.0.196**.\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 **06.10.2024** with version **YOLOv8.3.5**.\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",
Expand Down Expand Up @@ -168,7 +168,7 @@
"source": [
"# Pip install method (recommended)\n",
"\n",
"!pip install ultralytics==8.0.196\n",
"!pip install ultralytics==8.3.5\n",
"\n",
"from IPython import display\n",
"display.clear_output()\n",
Expand Down

0 comments on commit 780c32a

Please sign in to comment.