stphtan94117's picture
Upload 457 files
339f0eb
|
raw
history blame
708 Bytes
metadata
description: >-
  Learn about Ultralytics BasePredictor, an essential component of our engine
  that serves as the foundation for all prediction operations.
keywords: Ultralytics, BasePredictor, YOLO, prediction, engine

Reference for ultralytics/engine/predictor.py

!!! note

Full source code for this file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/engine/predictor.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/engine/predictor.py). Help us fix any issues you see by submitting a [Pull Request](https://docs.ultralytics.com/help/contributing/) 🛠️. Thank you 🙏!

::: ultralytics.engine.predictor.BasePredictor