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

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…

Contents