17 lines
723 B
Markdown
17 lines
723 B
Markdown
|
|
---
|
||
|
|
description: Discover how to use the Base Predictor class in the Ultralytics YOLO engine for efficient image and video inference.
|
||
|
|
keywords: Ultralytics, YOLO, Base Predictor, image inference, video inference, machine learning, Python
|
||
|
|
---
|
||
|
|
|
||
|
|
# Reference for `ultralytics/engine/predictor.py`
|
||
|
|
|
||
|
|
!!! success "Improvements"
|
||
|
|
|
||
|
|
This page is sourced from [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/engine/predictor.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/engine/predictor.py). Have an improvement or example to add? Open a [Pull Request](https://docs.ultralytics.com/help/contributing/) — thank you! 🙏
|
||
|
|
|
||
|
|
<br>
|
||
|
|
|
||
|
|
## ::: ultralytics.engine.predictor.BasePredictor
|
||
|
|
|
||
|
|
<br><br>
|