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.
Other solutions information and usage - OpenCV Tutorial
From the course: Hands-On AI: Computer Vision Projects with Ultralytics and OpenCV
Other solutions information and usage
- [Instructor] By now, you probably have a good understanding of how Ultralytics solutions work. In this video, let's try to explore different solutions, for example, instance segmentation and object blurring. We want to go over the documentation here for the solution that we will cover in this video. However, you will still see an overlay for each solution, that will display the link for the solution documentation page that you can explore and learn more information about that solution. The resources used in this video are available in the course code subdirectory 04-07. From line number 1 to line number 14, and then from line number 20 to 29, it's the same code we already used for other solutions. We'll not cover this. Let's initialize the object for instance segmentation. We will use solutions.InstanceSegmentation class. Here we can set different arguments. In case of instance segmentation, we can set arguments like model file. We can use the image segmentation model. And then if…
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
-
-
-
-
-
-
(Locked)
Introduction to Ultralytics Solutions4m 42s
-
(Locked)
How to count the objects11m 31s
-
(Locked)
How to use TrackZone6m 4s
-
(Locked)
Generate analytical graphs11m 43s
-
(Locked)
Monitor your workouts7m 35s
-
(Locked)
Inference using Streamlit8m 2s
-
(Locked)
Other solutions information and usage4m 56s
-
(Locked)
-