Skip to content

helloyolo11

Matha Goram edited this page Nov 8, 2024 · 1 revision

NAME

helloyolo11.py - run a YOLO11 example in the spirit of the classic Hello World example

SYNOPSIS

python helloyolo11.py

DESCRIPTION

This Python script performs the following steps:

  • Imports the Ultralytics YOLO package
  • Defines the pretrained model for object inference
  • Specifies the input data for object inference
  • Returns the results after processing by YOLO11

ENVIRONMENT

A list of all environment variables that affect the program or function and how they affect it.

FILES

A list of the files the program or function uses, such as configuration files, startup files, and files the program directly operates on.

STANDARDS

A description of any standards or conventions that relate to the function or command. Commonly just a list of standards.

HISTORY

Adapted from the Ultralytics website.

NOTES

Miscellaneous notes.

CAVEATS

n/a

BUGS

n/a

EXAMPLES

$ python helloyolo11.py

AUTHORS

armw

SEE ALSO

Model Prediction with Ultralytics YOLO

OPTIONS

A description of the command-line options accepted by a program and how they change its behavior.

EXIT STATUS

n/a

LIBRARY

  • Python package:
  • Ultralytics - YOLOv8 or later
  • Python interpreter - 3.11 or later

ERRORS

n/a

VERSIONS

There are no explicit versions of this script. The repository contains trackable commits, pushes and merges.

Clone this wiki locally