
DOCS . ULTRALYTICS . COM {
}
Title:
Model Prediction with Ultralytics YOLO - Ultralytics YOLO Docs
Description:
Harness the power of Ultralytics YOLO11 for real-time, high-speed inference on various data sources. Learn about predict mode, key features, and practical applications.
Website Age:
11 years and 4 months (reg. 2014-02-13).
Matching Content Categories {π}
- Photography
- Video & Online Content
- Mobile Technology & AI
Content Management System {π}
What CMS is docs.ultralytics.com built with?
Custom-built
No common CMS systems were detected on Docs.ultralytics.com, and no known web development framework was identified.
Traffic Estimate {π}
What is the average monthly size of docs.ultralytics.com audience?
π Strong Traffic: 100k - 200k visitors per month
Based on our best estimate, this website will receive around 100,019 visitors per month in the current month.
However, some sources were not loaded, we suggest to reload the page to get complete results.
check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush
How Does Docs.ultralytics.com Make Money? {πΈ}
We donβt know how the website earns money.
Websites don't always need to be profitable; some serve as platforms for education or personal expression. Websites can serve multiple purposes. And this might be one of them. Docs.ultralytics.com has a secret sauce for making money, but we can't detect it yet.
Keywords {π}
results, inference, yolo, image, boxes, predict, model, object, ultralytics, method, detection, video, bool, masks, str, format, keypoints, class, torchtensor, returns, property, memory, file, images, objects, return, run, false, mode, probs, list, frames, numpy, type, true, videos, data, import, obb, save, path, description, cpu, arguments, streaming, bounding, size, sources, source, device,
Topics {βοΈ}
multi-class detection tasks performs thread-safe prediction multi-class detection scenarios thread-safe inference guarantees real-world applications manufacturing employ thread-local storage yolo predict source=video yolo predict source=image top previous val enables test-time augmentation perform high-speed inference multi-threaded application providing real-time feedback pil import image real-time video streams streaming modes real-time object detection enables memory-efficient processing ultralytics yolo model multi picture object youtube video thread-safe inference ultralytics yolo support webcam β real-time applications threading import thread multi-stream β pil image object yolo11n-pose downstream tasks memory-efficient python generator ultralytics yolo11 offers bgr channels uint8 creating focused datasets glob pattern mpeg transport stream real-time inference model instance thread audio video interleave faster mask plotting rgb channels float32 stream=true utilizes oriented bounding boxes optimize inference speed football player detection people fall detection automatically adjusted based avoiding race conditions enables class-agnostic single model inside
Questions {β}
- How can I run inference using Ultralytics YOLO on different data sources?
- How can I visualize and save the results of YOLO predictions?
- How do I optimize YOLO inference speed and memory usage?
- What inference arguments does Ultralytics YOLO support?
- What is Ultralytics YOLO and its predict mode for real-time inference?
- Why Use Ultralytics YOLO for Inference?
Schema {πΊοΈ}
["Article","FAQPage"]:
context:https://schema.org
headline:Predict
image:
https://github.com/ultralytics/docs/releases/download/0/ultralytics-yolov8-ecosystem-integrations.avif
datePublished:2023-11-12 02:49:37 +0100
dateModified:2025-06-30 14:21:43 +0500
author:
type:Organization
name:Ultralytics
url:https://ultralytics.com/
abstract:Harness the power of Ultralytics YOLO11 for real-time, high-speed inference on various data sources. Learn about predict mode, key features, and practical applications.
mainEntity:
type:Question
name:What is Ultralytics YOLO and its predict mode for real-time inference?
acceptedAnswer:
type:Answer
text:Ultralytics YOLO is a state-of-the-art model for real-time object detection, segmentation, and classification. Its predict mode allows users to perform high-speed inference on various data sources such as images, videos, and live streams. Designed for performance and versatility, it also offers batch processing and streaming modes. For more details on its features, check out the Ultralytics YOLO predict mode.
type:Question
name:How can I run inference using Ultralytics YOLO on different data sources?
acceptedAnswer:
type:Answer
text:Ultralytics YOLO can process a wide range of data sources, including individual images, videos, directories, URLs, and streams. You can specify the data source in the model.predict() call. For example, use 'image.jpg' for a local image or 'https://ultralytics.com/images/bus.jpg' for a URL. Check out the detailed examples for various inference sources in the documentation.
type:Question
name:How do I optimize YOLO inference speed and memory usage?
acceptedAnswer:
type:Answer
text:To optimize inference speed and manage memory efficiently, you can use the streaming mode by setting stream=True in the predictor's call method. The streaming mode generates a memory-efficient generator of Results objects instead of loading all frames into memory. For processing long videos or large datasets, streaming mode is particularly useful. Learn more about streaming mode.
type:Question
name:What inference arguments does Ultralytics YOLO support?
acceptedAnswer:
type:Answer
text:The model.predict() method in YOLO supports various arguments such as conf, iou, imgsz, device, and more. These arguments allow you to customize the inference process, setting parameters like confidence thresholds, image size, and the device used for computation. Detailed descriptions of these arguments can be found in the inference arguments section.
type:Question
name:How can I visualize and save the results of YOLO predictions?
acceptedAnswer:
type:Answer
text:After running inference with YOLO, the Results objects contain methods for displaying and saving annotated images. You can use methods like result.show() and result.save(filename="result.jpg") to visualize and save the results. For a comprehensive list of these methods, refer to the working with results section.
Organization:
name:Ultralytics
url:https://ultralytics.com/
Question:
name:What is Ultralytics YOLO and its predict mode for real-time inference?
acceptedAnswer:
type:Answer
text:Ultralytics YOLO is a state-of-the-art model for real-time object detection, segmentation, and classification. Its predict mode allows users to perform high-speed inference on various data sources such as images, videos, and live streams. Designed for performance and versatility, it also offers batch processing and streaming modes. For more details on its features, check out the Ultralytics YOLO predict mode.
name:How can I run inference using Ultralytics YOLO on different data sources?
acceptedAnswer:
type:Answer
text:Ultralytics YOLO can process a wide range of data sources, including individual images, videos, directories, URLs, and streams. You can specify the data source in the model.predict() call. For example, use 'image.jpg' for a local image or 'https://ultralytics.com/images/bus.jpg' for a URL. Check out the detailed examples for various inference sources in the documentation.
name:How do I optimize YOLO inference speed and memory usage?
acceptedAnswer:
type:Answer
text:To optimize inference speed and manage memory efficiently, you can use the streaming mode by setting stream=True in the predictor's call method. The streaming mode generates a memory-efficient generator of Results objects instead of loading all frames into memory. For processing long videos or large datasets, streaming mode is particularly useful. Learn more about streaming mode.
name:What inference arguments does Ultralytics YOLO support?
acceptedAnswer:
type:Answer
text:The model.predict() method in YOLO supports various arguments such as conf, iou, imgsz, device, and more. These arguments allow you to customize the inference process, setting parameters like confidence thresholds, image size, and the device used for computation. Detailed descriptions of these arguments can be found in the inference arguments section.
name:How can I visualize and save the results of YOLO predictions?
acceptedAnswer:
type:Answer
text:After running inference with YOLO, the Results objects contain methods for displaying and saving annotated images. You can use methods like result.show() and result.save(filename="result.jpg") to visualize and save the results. For a comprehensive list of these methods, refer to the working with results section.
Answer:
text:Ultralytics YOLO is a state-of-the-art model for real-time object detection, segmentation, and classification. Its predict mode allows users to perform high-speed inference on various data sources such as images, videos, and live streams. Designed for performance and versatility, it also offers batch processing and streaming modes. For more details on its features, check out the Ultralytics YOLO predict mode.
text:Ultralytics YOLO can process a wide range of data sources, including individual images, videos, directories, URLs, and streams. You can specify the data source in the model.predict() call. For example, use 'image.jpg' for a local image or 'https://ultralytics.com/images/bus.jpg' for a URL. Check out the detailed examples for various inference sources in the documentation.
text:To optimize inference speed and manage memory efficiently, you can use the streaming mode by setting stream=True in the predictor's call method. The streaming mode generates a memory-efficient generator of Results objects instead of loading all frames into memory. For processing long videos or large datasets, streaming mode is particularly useful. Learn more about streaming mode.
text:The model.predict() method in YOLO supports various arguments such as conf, iou, imgsz, device, and more. These arguments allow you to customize the inference process, setting parameters like confidence thresholds, image size, and the device used for computation. Detailed descriptions of these arguments can be found in the inference arguments section.
text:After running inference with YOLO, the Results objects contain methods for displaying and saving annotated images. You can use methods like result.show() and result.save(filename="result.jpg") to visualize and save the results. For a comprehensive list of these methods, refer to the working with results section.
Social Networks {π}(4)
External Links {π}(53)
- How much revenue does https://www.ultralytics.com/ bring in?
- Find out how much https://github.com/ultralytics/ultralytics earns monthly
- What are the total earnings of https://github.com/ultralytics/ultralytics/tree/main/docs/en/modes/predict.md?
- What is the earnings of https://www.ultralytics.com/glossary/machine-learning-ml?
- What's the financial gain of https://www.ultralytics.com/glossary/computer-vision-cv?
- What's the financial outcome of https://www.ultralytics.com/glossary/accuracy?
- How much profit does https://www.ultralytics.com/glossary/opencv generate?
- How much revenue does https://www.ultralytics.com/glossary/pytorch produce monthly?
- How much does https://www.ultralytics.com/glossary/batch-size pull in?
- How much money does https://www.ultralytics.com/glossary/intersection-over-union-iou generate?
- How much income does https://www.ultralytics.com/glossary/precision have?
- What's the financial outcome of https://www.ultralytics.com/glossary/embeddings?
- Revenue of https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/utils.py
- What's the financial outcome of https://en.wikipedia.org/wiki/BMP_file_format?
- Learn about the earnings of https://en.wikipedia.org/wiki/Digital_Negative
- How much cash flow does https://en.wikipedia.org/wiki/JPEG have monthly?
- Check the income stats for https://fileinfo.com/extension/mpo
- What's the monthly income of https://en.wikipedia.org/wiki/PNG?
- Financial intake of https://en.wikipedia.org/wiki/TIFF
- How much does https://en.wikipedia.org/wiki/WebP generate monthly?
- What's https://en.wikipedia.org/wiki/Netpbm#File_formats's gross income?
- What is the monthly revenue of https://en.wikipedia.org/wiki/HEIF?
- https://en.wikipedia.org/wiki/Advanced_Systems_Format's revenue stream
- https://en.wikipedia.org/wiki/Audio_Video_Interleave's total income per month
- How much income does https://en.wikipedia.org/wiki/GIF have?
- What is the monthly revenue of https://en.wikipedia.org/wiki/M4V?
- https://en.wikipedia.org/wiki/Matroska's financial summary
- What's the total monthly financial gain of https://en.wikipedia.org/wiki/QuickTime_File_Format?
- How much cash flow does https://en.wikipedia.org/wiki/MPEG-4_Part_14 have monthly?
- What's the total monthly financial gain of https://en.wikipedia.org/wiki/MPEG-1?
- Check the income stats for https://en.wikipedia.org/wiki/MPEG_transport_stream
- What's the financial outcome of https://en.wikipedia.org/wiki/Windows_Media_Video?
- What is the earnings of https://en.wikipedia.org/wiki/WebM?
- How much does https://www.ultralytics.com/glossary/object-detection pull in?
- What's the income of https://github.com/glenn-jocher?
- Monthly income for https://github.com/RizwanMunawar
- How much does https://github.com/UltralyticsAssistant make?
- Profit of https://github.com/MatthewNoyce
- Discover the revenue of https://github.com/Laughing-q
- How much money does https://github.com/Y-T-G generate?
- Get to know https://github.com/jk4e's earnings
- How much does https://github.com/sergiuwaxmann make?
- What are the earnings of https://github.com/IvorZhu331?
- How much money does https://github.com/Burhan-Q make?
- Income figures for https://github.com/plashchynski
- How much cash flow does https://github.com/tensorturtle have monthly?
- Discover the revenue of https://github.com/AyushExel
- Financial intake of https://squidfunk.github.io/mkdocs-material/
- What's the revenue for https://github.com/ultralytics?
- How much income is https://x.com/ultralytics earning monthly?
- Explore the financials of https://hub.docker.com/r/ultralytics/ultralytics/
- https://pypi.org/project/ultralytics/'s total income per month
- What's the financial outcome of https://discord.com/invite/ultralytics?
Analytics and Tracking {π}
- Google Analytics
- Google Analytics 4
- Google Tag Manager
Libraries {π}
- Clipboard.js
- Video.js
CDN Services {π¦}
- Cloudflare
- Jsdelivr
- Weglot