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.
Introduction to Ultralytics Python package - OpenCV Tutorial
From the course: Hands-On AI: Computer Vision Projects with Ultralytics and OpenCV
Introduction to Ultralytics Python package
- [Instructor] Let's get an overview of the Ultralytics Python package, Ultralytics Python package supports state of the art object detection and image segmentation models. For example, Ultralytics YOLO11. It offers 15 plus export formats for seamless deployment. For example, we can export a PyTorch model to TorchScript format within just a single line of code. It also supports different solutions that can be used to solve real-world problems. The solutions include object counting, parking management, workout monitoring, and so on. The package is highly popular in the computer VN community with over 80 million downloads and this number continues to grow rapidly. Let's discuss about Ultralytics models. In the last five years, Ultralytics has released three models, each achieving state of the art status at the time of its release. Ultralytics YOLOv5 was released on June 26th, 2020. After 2.5 years of research, Ultralytics YOLOv8 was released on January 10th, 2023. Last year, on…
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.