cvat/cvat-sdk/cvat_sdk/auto_annotation/exceptions.py

11 lines
241 B
Python
Raw Permalink Normal View History

2025-09-16 01:19:40 +00:00
# Copyright (C) CVAT.ai Corporation
#
# SPDX-License-Identifier: MIT
class BadFunctionError(Exception):
"""
An exception that signifies that an auto-detection function has violated some constraint
set by its interface.
"""