-
Notifications
You must be signed in to change notification settings - Fork 0
helloyolo11
helloyolo11.py - run a YOLO11 example in the spirit of the classic Hello World example
python helloyolo11.py
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
A list of all environment variables that affect the program or function and how they affect it.
A list of the files the program or function uses, such as configuration files, startup files, and files the program directly operates on.
A description of any standards or conventions that relate to the function or command. Commonly just a list of standards.
Adapted from the Ultralytics website.
Miscellaneous notes.
n/a
n/a
$ python helloyolo11.py
armw
Model Prediction with Ultralytics YOLO
A description of the command-line options accepted by a program and how they change its behavior.
n/a
- Python package:
- Ultralytics - YOLOv8 or later
- Python interpreter - 3.11 or later
n/a
There are no explicit versions of this script. The repository contains trackable commits, pushes and merges.
Keep on learning!