Docs updates for HUB, YOLOv4, YOLOv7, NAS (#3174)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Sergiu Waxmann 2023-06-15 21:17:10 +02:00 committed by GitHub
parent c340f84ce9
commit 2f02d8ea53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
179 changed files with 786 additions and 206 deletions

View file

@ -1,6 +1,7 @@
---
comments: true
description: Learn what Instance segmentation is. Get pretrained YOLOv8 segment models, and how to train and export them to segments masks. Check the preformance metrics!
keywords: instance segmentation, YOLOv8, Ultralytics, pretrained models, train, predict, export, datasets
---
Instance segmentation goes a step further than object detection and involves identifying individual objects in an image
@ -181,4 +182,4 @@ i.e. `yolo predict model=yolov8n-seg.onnx`. Usage examples are shown for your mo
| [TF.js](https://www.tensorflow.org/js) | `tfjs` | `yolov8n-seg_web_model/` | ✅ | `imgsz` |
| [PaddlePaddle](https://github.com/PaddlePaddle) | `paddle` | `yolov8n-seg_paddle_model/` | ✅ | `imgsz` |
See full `export` details in the [Export](https://docs.ultralytics.com/modes/export/) page.
See full `export` details in the [Export](https://docs.ultralytics.com/modes/export/) page.