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.
How to use other computer vision models - OpenCV Tutorial
From the course: Hands-On AI: Computer Vision Projects with Ultralytics and OpenCV
How to use other computer vision models
- [Instructor] In this video, we will explore how we can use different models with analytics Python package. We can use the YOLO models and for this we will need to import the YOLO modules. (computer keyboard clacking) Then we can load the YOLO model. For example, if we want to load the YOLO v5 model, we can say yolov5.pt. If we want to upload the YOLO v8 model, we can say yolov8.pt. And if we want to load the YOLO 11 model, we can say yolo11.pt. This shows like if we want to use any YOLO models with analytics Python package, we just need to use the YOLO module that we have imported in line number one. But analytics asks us for many additional models like Segment anything, YOLO World, MobileSAM, Fast SAM, and so on. Let's go to docs.ultalytics.com/models. Here, we can see different models that ultalytics sport. In the sidebar, you can see different models including all the YOLO models and other models as well, including SAM, SAM 2, MobileSAM, far, FastSAM, YOLO-World, and so on. Let's…
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
-
-
-