ultralytics
Package — VisionPython 3.7+Advanced
YOLOv8+: real-time object detection and segmentation
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- PyTorch, torchvision, NumPy, OpenCV, Pillow, matplotlib, tqdm, pandas, seaborn, psutil, PyYAML, requests, scipy
- Install
pip install ultralytics
Learn by Difficulty
Quick Example
python
# Install: pip install ultralytics import ultralytics # Basic ultralytics usage print(f"Using ultralytics") # See documentation for detailed examples
ultralytics is a third-party package. YOLOv8+: real-time object detection and segmentation. Install with: pip install ultralytics
Try in PlaygroundTags
packagecomputer-visionimage-processingai