From the course: Hands-On AI: Computer Vision Projects with Ultralytics and OpenCV
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Auto-annotate detection data to segmentation format - OpenCV Tutorial
From the course: Hands-On AI: Computer Vision Projects with Ultralytics and OpenCV
Auto-annotate detection data to segmentation format
- [Instructor] In this video, we will explore how to convert a detection data set into a segmentation data set using the Segment Anything Model with Ultralytics Python package. Meta released Segment Anything Model two years ago. We can use the Segment Anything Model for segment everything, and you can also use it to segment specific objects. Ultralytics provided a detailed documentation about SAM model, like its key feature, what model we can use with Ultralytics package, its prediction example with code, how we can segment everything, how we can run the prediction on video file and so on. The most interesting feature of Segment Anything Model is auto-annotation feature, where you provide the detection data and in result you get segmentation data. Let's head over to the auto-annotation section of Segment Anything Model. Here you can see auto-annotation option. Let's take a look at the arguments that you can use with auto-annotation. So you have the data argument that you can use to…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
Overview of Ultralytics tasks and modes14m 52s
-
(Locked)
Training an object-detection model and inference16m 54s
-
(Locked)
Auto-annotate detection data to segmentation format9m 10s
-
(Locked)
Training and inference for an image-segmentation model11m 31s
-
(Locked)
How to use the pose estimation model7m 48s
-
(Locked)
Validate the model9m 16s
-
(Locked)
How to use other computer vision models11m 20s
-
(Locked)
How to predict and track the detected objects11m 13s
-
(Locked)
How to benchmarks different models9m 28s
-
(Locked)
Export models to different formats8m 35s
-
-
-