Feat/remove flip constraint #1126
Annotations
4 errors
|
Pyright check
3 errors
|
|
Pyright check:
luxonis_ml/data/augmentations/albumentations_engine.py#L361
Argument of type "ParamValue" cannot be assigned to parameter "use_for_resizing" of type "bool" in function "__init__"
Type "ParamValue" is not assignable to type "bool"
"float" is not assignable to "bool" (reportArgumentType)
|
|
Pyright check:
luxonis_ml/data/augmentations/albumentations_engine.py#L361
Argument of type "ParamValue" cannot be assigned to parameter "params" of type "Params" in function "__init__"
Type "ParamValue" is not assignable to type "Params"
"float" is not assignable to "dict[str, ParamValue]" (reportArgumentType)
|
|
Pyright check:
luxonis_ml/data/augmentations/albumentations_engine.py#L361
Argument of type "ParamValue" cannot be assigned to parameter "name" of type "str" in function "__init__"
Type "ParamValue" is not assignable to type "str"
"float" is not assignable to "str" (reportArgumentType)
|
Loading