diff --git a/examples/tutorial.ipynb b/examples/tutorial.ipynb index 457334a6..14df13dd 100644 --- a/examples/tutorial.ipynb +++ b/examples/tutorial.ipynb @@ -42,14 +42,6 @@ "\n", "We hope that the resources in this notebook will help you get the most out of YOLO11. Please browse the YOLO11 Docs for details, raise an issue on GitHub for support, and join our Discord community for questions and discussions!\n", "\n", - "" - ] - }, - { - "cell_type": "markdown", - "source": [ - "
\n", - " \n", " \n", " \"Ultralytics\n", " \n", @@ -57,12 +49,8 @@ " Watch: How to Train\n", " Ultralytics\n", " YOLO11 Model on Custom Dataset using Google Colab Notebook 🚀

\n", - "\n", "
" - ], - "metadata": { - "id": "DXHD1DC5M64G" - } + ] }, { "cell_type": "markdown", @@ -388,7 +376,9 @@ "| [TF Edge TPU](https://docs.ultralytics.com/integrations/edge-tpu) | `edgetpu` | `yolo11n_edgetpu.tflite` | ✅ | `imgsz` |\n", "| [TF.js](https://docs.ultralytics.com/integrations/tfjs) | `tfjs` | `yolo11n_web_model/` | ✅ | `imgsz`, `half`, `int8`, `batch` |\n", "| [PaddlePaddle](https://docs.ultralytics.com/integrations/paddlepaddle) | `paddle` | `yolo11n_paddle_model/` | ✅ | `imgsz`, `batch` |\n", - "| [NCNN](https://docs.ultralytics.com/integrations/ncnn) | `ncnn` | `yolo11n_ncnn_model/` | ✅ | `imgsz`, `half`, `batch` |" + "| [MNN](https://docs.ultralytics.com/integrations/mnn) | `mnn` | `yolo11n.mnn` | ✅ | `imgsz`, `batch`, `int8`, `half` |\n", + "| [NCNN](https://docs.ultralytics.com/integrations/ncnn) | `ncnn` | `yolo11n_ncnn_model/` | ✅ | `imgsz`, `half`, `batch` |\n", + "| [IMX500](https://docs.ultralytics.com/integrations/sony-imx500) | `imx` | `yolov8n_imx_model/` | ✅ | `imgsz`, `int8` |" ], "metadata": { "id": "nPZZeNrLCQG6"