From a621ffdbeca6bd6dd6c13f367077b02310bc3e17 Mon Sep 17 00:00:00 2001 From: Stan Soldatov <118521851+iwatkot@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:45:56 +0100 Subject: [PATCH] Replace 'supervise.ly' with 'supervisely.com' --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 1a89512..990ba44 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ Related apps

-[![](https://img.shields.io/badge/supervisely-ecosystem-brightgreen)](https://ecosystem.supervise.ly/apps/supervisely-ecosystem/export-to-yolov8) -[![](https://img.shields.io/badge/slack-chat-green.svg?logo=slack)](https://supervise.ly/slack) +[![](https://img.shields.io/badge/supervisely-ecosystem-brightgreen)](https://ecosystem.supervisely.com/apps/supervisely-ecosystem/export-to-yolov8) +[![](https://img.shields.io/badge/slack-chat-green.svg?logo=slack)](https://supervisely.com/slack) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/supervisely-ecosystem/export-to-yolov8) -[![views](https://app.supervise.ly/img/badges/views/supervisely-ecosystem/export-to-yolov8.png)](https://supervise.ly) -[![runs](https://app.supervise.ly/img/badges/runs/supervisely-ecosystem/export-to-yolov8.png)](https://supervise.ly) +[![views](https://app.supervisely.com/img/badges/views/supervisely-ecosystem/export-to-yolov8.png)](https://supervisely.com) +[![runs](https://app.supervisely.com/img/badges/runs/supervisely-ecosystem/export-to-yolov8.png)](https://supervisely.com) @@ -23,7 +23,7 @@ This application is designed specifically for instance segmentation and pose estimation tasks. -It transforms datasets from the [Supervisely format](https://docs.supervise.ly/data-organization/00_ann_format_navi) to the YOLOv8 **segmentation format** or **pose estimation format**. +It transforms datasets from the [Supervisely format](https://docs.supervisely.com/data-organization/00_ann_format_navi) to the YOLOv8 **segmentation format** or **pose estimation format**. By using this application, you can effortlessly convert your dataset and download as `tar` archive. **Changelog**: @@ -59,7 +59,7 @@ Learn more about Yolov8 segmentation format [here](https://docs.ultralytics.com/ **Detection**: -- To convert Supervisely project to YOLOv8 format for object detection tasks, you can use the [Convert Supervisely to YOLO v5 format ](https://ecosystem.supervise.ly/apps/convert-supervisely-to-yolov5-format) app. +- To convert Supervisely project to YOLOv8 format for object detection tasks, you can use the [Convert Supervisely to YOLO v5 format ](https://ecosystem.supervisely.com/apps/convert-supervisely-to-yolov5-format) app. @@ -91,18 +91,18 @@ Learn more about Yolov8 pose estimation format [here](https://docs.ultralytics.c Supervisely project has to contain only classes with shape `Polygon`, `Bitmap`, `AlphaMask` for segmentation tasks or `Graph` for pose estimation tasks. If your project has classes with other shapes, labels with other types of shapes will be skipped. We recommend you to use `Convert Class Shape` app to convert class shapes (supported for segmentation tasks only). -- The [Convert Class Shape](https://ecosystem.supervise.ly/apps/convert-class-shape) app allows to convert labels to different class shapes. +- The [Convert Class Shape](https://ecosystem.supervisely.com/apps/convert-class-shape) app allows to convert labels to different class shapes. In addition, YOLOv8 format implies the presence of train/val datasets. Thus, to split images on training and validation datasets you should assign corresponding tags (`train` or `val`) to images. If image doesn't have such tags, it will be treated as `train`. We recommend to use app `Assign train/val tags to images`. -- [Assign train/val tags to images](https://ecosystem.supervise.ly/apps/tag-train-val-test) - app allows to assign train/val tags to images. +- [Assign train/val tags to images](https://ecosystem.supervisely.com/apps/tag-train-val-test) - app allows to assign train/val tags to images. # How to Run -1. Add app to your team from [Ecosystem](https://ecosystem.supervise.ly/apps/export-to-yolov8) if it is not there. +1. Add app to your team from [Ecosystem](https://ecosystem.supervisely.com/apps/export-to-yolov8) if it is not there. 2. Open context menu of project -> `Download as` -> `Export to YOLO v8 format` @@ -145,8 +145,8 @@ kpt_shape: [17, 3] # number of keypoints, number of dims (2 for x,y or 3 for x, # Related apps -- [Train YOLOv8](https://ecosystem.supervise.ly/apps/supervisely-ecosystem/yolov8/train) - app allows to create custom YOLOv8 weights through training process. +- [Train YOLOv8](https://ecosystem.supervisely.com/apps/supervisely-ecosystem/yolov8/train) - app allows to create custom YOLOv8 weights through training process. -- [Serve YOLOv8](https://ecosystem.supervise.ly/apps/yolov8/serve) - app allows to deploy YOLOv8 model as REST API service. +- [Serve YOLOv8](https://ecosystem.supervisely.com/apps/yolov8/serve) - app allows to deploy YOLOv8 model as REST API service.