ultralytics — Easy Playground
YOLOv8+: real-time object detection and segmentation
Getting started with ultralyticsRun locally
Install
pip install ultralyticsPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: ultralytics)
ultralytics is a third-party package. YOLOv8+: real-time object detection and segmentation. Install with: pip install ultralytics
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?