yolo_exceptions library
Exceptions / Errors
- InferenceException
- Exception thrown when an error occurs during model inference.
- InvalidInputException
- Exception thrown when invalid input is provided to YOLO methods.
- ModelLoadingException
- Exception thrown when a model fails to load.
- ModelNotLoadedException
- Exception thrown when attempting to perform inference without loading a model.
- YOLOException
- Base exception class for all YOLO-related exceptions.