|
|
def __init__(self, model_path: str = None, model_type: str = 'auto',
|
|
def __init__(self, model_path: str = None, model_type: str = 'auto',
|
|
|
confidence_threshold: float = 0.5, use_gpu: bool = False,
|
|
confidence_threshold: float = 0.5, use_gpu: bool = False,
|