Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/vsaltykovx/add_mmdetection_input…
Browse files Browse the repository at this point in the history
…_parameters_validation' into vsaltykovx/add_mmdetection_input_parameters_validation
  • Loading branch information
saltykox committed Mar 23, 2022
2 parents 94c496a + 4129bc4 commit cc77164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def __init__(
hparams: OTEDetectionConfig,
label_schema: LabelSchemaEntity,
model_file: Union[str, bytes],
weight_file: Optional[str, bytes] = None,
weight_file: Union[str, bytes, None] = None,
device: str = "CPU",
num_requests: int = 1,
):
Expand Down

0 comments on commit cc77164

Please sign in to comment.