From c457e5a032b2cd26350d63035e5e58e64df031cf Mon Sep 17 00:00:00 2001 From: Muhammad Rizwan Munawar Date: Tue, 17 Dec 2024 21:38:11 +0500 Subject: [PATCH] Add `imx500` and `MNN` in `tutorial.ipynb` export table (#18254) Signed-off-by: Glenn Jocher Co-authored-by: Glenn Jocher --- examples/tutorial.ipynb | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) 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"