
DOCS . ULTRALYTICS . COM {
}
Title:
Command Line Interface - Ultralytics YOLO Docs
Description:
Explore the YOLO command line interface (CLI) for easy execution of detection tasks without needing a Python environment.
Website Age:
11 years and 4 months (reg. 2014-02-13).
Matching Content Categories {π}
- Technology & Computing
- Photography
- Graphic Design
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 find it hard to spot revenue streams.
Not every website is profit-driven; some are created to spread information or serve as an online presence. Websites can be made for many reasons. This could be one of them. Docs.ultralytics.com has a revenue plan, but it's either invisible or we haven't found it.
Keywords {π}
yolo, model, export, imgsz, cli, solutions, train, ultralytics, batch, device, predict, arguments, val, command, modelyolonpt, half, tasks, run, nms, int, models, configuration, detect, file, epochs, format, validate, official, onnx, count, default, formats, task, mode, args, custom, pairs, full, page, data, detection, quickstart, python, pose, overriding, line, interface, training, accuracy, trained,
Topics {βοΈ}
top previous quickstart ultralytics yolo models export yolo models ultralytics yolo cli yolo val model=yolo11n yolo models yolo predict model=yolo11n yolo train data=coco8 yolo copy-cfg command mastering ultralytics yolo customization table yolo export model=yolo11n ultralytics solutions ultralytics export formats run yolo solutions yaml configuration file benchmark] - args benchmark] args obb] - mode pre-built solutions ultralytics cli cli supports running command line interface solutions simplify implementation full configuration guide pt source='https tasks directly complex tasks python environment python code obb] segment classify track single-line command pose estimation trained yolo model arg=val pairs solutions command pt predict pt data=coco8 tasks current working directory val mode configuration guide val section solutions page full export details yolo cfg
Questions {β}
- How can I validate the accuracy of a trained YOLO model using the CLI?
- How do I use the Ultralytics YOLO command line interface (CLI) for model training?
- How do I use the pre-built solutions in the Ultralytics CLI?
- What formats can I export my YOLO models to using the CLI?
- What tasks can I perform with the Ultralytics YOLO CLI?
Schema {πΊοΈ}
["Article","FAQPage"]:
context:https://schema.org
headline:CLI
image:
https://img.youtube.com/vi/GsXGnb-A4Kc/maxresdefault.jpg
datePublished:2023-11-12 02:49:37 +0100
dateModified:2025-03-20 20:24:06 +0100
author:
type:Organization
name:Ultralytics
url:https://ultralytics.com/
abstract:Explore the YOLO command line interface (CLI) for easy execution of detection tasks without needing a Python environment.
mainEntity:
type:Question
name:How do I use the Ultralytics YOLO command line interface (CLI) for model training?
acceptedAnswer:
type:Answer
text:To train a model using the CLI, execute a single-line command in the terminal. For example, to train a detection model for 10 epochs with a learning rate of 0.01, run: This command uses the train mode with specific arguments. For a full list of available arguments, refer to the Configuration Guide.
type:Question
name:What tasks can I perform with the Ultralytics YOLO CLI?
acceptedAnswer:
type:Answer
text:The Ultralytics YOLO CLI supports various tasks, including detection, segmentation, classification, pose estimation, and oriented bounding box detection. You can also perform operations like: Customize each task with various arguments. For detailed syntax and examples, see the respective sections like Train, Predict, and Export.
type:Question
name:How can I validate the accuracy of a trained YOLO model using the CLI?
acceptedAnswer:
type:Answer
text:To validate a model's accuracy, use the val mode. For example, to validate a pretrained detection model with a batch size of 1 and an image size of 640, run: This command evaluates the model on the specified dataset and provides performance metrics like mAP, precision, and recall. For more details, refer to the Val section.
type:Question
name:What formats can I export my YOLO models to using the CLI?
acceptedAnswer:
type:Answer
text:You can export YOLO models to various formats including ONNX, TensorRT, CoreML, TensorFlow, and more. For instance, to export a model to ONNX format, run: The export command supports numerous options to optimize your model for specific deployment environments. For complete details on all available export formats and their specific parameters, visit the Export page.
type:Question
name:How do I use the pre-built solutions in the Ultralytics CLI?
acceptedAnswer:
type:Answer
text:Ultralytics provides ready-to-use solutions through the solutions command. For example, to count objects in a video: These solutions require minimal configuration and provide immediate functionality for common computer vision tasks. To see all available solutions, run yolo solutions help. Each solution has specific parameters that can be customized to fit your needs.
Organization:
name:Ultralytics
url:https://ultralytics.com/
Question:
name:How do I use the Ultralytics YOLO command line interface (CLI) for model training?
acceptedAnswer:
type:Answer
text:To train a model using the CLI, execute a single-line command in the terminal. For example, to train a detection model for 10 epochs with a learning rate of 0.01, run: This command uses the train mode with specific arguments. For a full list of available arguments, refer to the Configuration Guide.
name:What tasks can I perform with the Ultralytics YOLO CLI?
acceptedAnswer:
type:Answer
text:The Ultralytics YOLO CLI supports various tasks, including detection, segmentation, classification, pose estimation, and oriented bounding box detection. You can also perform operations like: Customize each task with various arguments. For detailed syntax and examples, see the respective sections like Train, Predict, and Export.
name:How can I validate the accuracy of a trained YOLO model using the CLI?
acceptedAnswer:
type:Answer
text:To validate a model's accuracy, use the val mode. For example, to validate a pretrained detection model with a batch size of 1 and an image size of 640, run: This command evaluates the model on the specified dataset and provides performance metrics like mAP, precision, and recall. For more details, refer to the Val section.
name:What formats can I export my YOLO models to using the CLI?
acceptedAnswer:
type:Answer
text:You can export YOLO models to various formats including ONNX, TensorRT, CoreML, TensorFlow, and more. For instance, to export a model to ONNX format, run: The export command supports numerous options to optimize your model for specific deployment environments. For complete details on all available export formats and their specific parameters, visit the Export page.
name:How do I use the pre-built solutions in the Ultralytics CLI?
acceptedAnswer:
type:Answer
text:Ultralytics provides ready-to-use solutions through the solutions command. For example, to count objects in a video: These solutions require minimal configuration and provide immediate functionality for common computer vision tasks. To see all available solutions, run yolo solutions help. Each solution has specific parameters that can be customized to fit your needs.
Answer:
text:To train a model using the CLI, execute a single-line command in the terminal. For example, to train a detection model for 10 epochs with a learning rate of 0.01, run: This command uses the train mode with specific arguments. For a full list of available arguments, refer to the Configuration Guide.
text:The Ultralytics YOLO CLI supports various tasks, including detection, segmentation, classification, pose estimation, and oriented bounding box detection. You can also perform operations like: Customize each task with various arguments. For detailed syntax and examples, see the respective sections like Train, Predict, and Export.
text:To validate a model's accuracy, use the val mode. For example, to validate a pretrained detection model with a batch size of 1 and an image size of 640, run: This command evaluates the model on the specified dataset and provides performance metrics like mAP, precision, and recall. For more details, refer to the Val section.
text:You can export YOLO models to various formats including ONNX, TensorRT, CoreML, TensorFlow, and more. For instance, to export a model to ONNX format, run: The export command supports numerous options to optimize your model for specific deployment environments. For complete details on all available export formats and their specific parameters, visit the Export page.
text:Ultralytics provides ready-to-use solutions through the solutions command. For example, to count objects in a video: These solutions require minimal configuration and provide immediate functionality for common computer vision tasks. To see all available solutions, run yolo solutions help. Each solution has specific parameters that can be customized to fit your needs.
Social Networks {π}(4)
External Links {π}(27)
- How profitable is https://www.ultralytics.com/?
- Check the income stats for https://github.com/ultralytics/ultralytics
- Get to know what's the income of https://github.com/ultralytics/ultralytics/tree/main/docs/en/usage/cli.md
- Explore the financials of https://www.ultralytics.com/glossary/epoch
- https://www.ultralytics.com/glossary/learning-rate's revenue stream
- Find out how much https://www.ultralytics.com/glossary/batch-size earns monthly
- What's the income of https://www.ultralytics.com/glossary/accuracy?
- How much does https://pytorch.org/ rake in every month?
- How much income does https://www.ultralytics.com/glossary/mean-average-precision-map have?
- Income figures for https://www.ultralytics.com/glossary/precision
- How much income is https://www.ultralytics.com/glossary/recall earning monthly?
- Monthly income for https://github.com/glenn-jocher
- Discover the revenue of https://github.com/ambitious-octopus
- What are the earnings of https://github.com/Burhan-Q?
- How much does https://github.com/jk4e bring in each month?
- What's the financial gain of https://github.com/UltralyticsAssistant?
- What is the monthly revenue of https://github.com/MatthewNoyce?
- What is the earnings of https://github.com/RizwanMunawar?
- Get to know https://github.com/AyushExel's earnings
- Find out how much https://github.com/Laughing-q earns monthly
- Financial intake of https://github.com/nihui
- How much does https://squidfunk.github.io/mkdocs-material/ earn?
- How much income does https://github.com/ultralytics have?
- How profitable is https://x.com/ultralytics?
- Check the income stats for https://hub.docker.com/r/ultralytics/ultralytics/
- Find out how much https://pypi.org/project/ultralytics/ earns monthly
- What's the financial intake 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