Clone/Merge Specified Splits #1033
ci.yaml
on: pull_request
Annotations
7 errors
|
Semgrep Issue:
examples/utils/torch_utils.py#L90
Functions reliant on pickle can result in arbitrary code execution. Consider loading from `state_dict`, using fickling, or switching to a safer serialization method like ONNX
|
|
Semgrep Issue:
examples/utils/torch_utils.py#L89
Functions reliant on pickle can result in arbitrary code execution. Consider loading from `state_dict`, using fickling, or switching to a safer serialization method like ONNX
|
|
Semgrep Issue:
examples/utils/torch_utils.py#L82
Functions reliant on pickle can result in arbitrary code execution. Consider loading from `state_dict`, using fickling, or switching to a safer serialization method like ONNX
|
|
Semgrep Issue:
examples/utils/torch_utils.py#L81
Functions reliant on pickle can result in arbitrary code execution. Consider loading from `state_dict`, using fickling, or switching to a safer serialization method like ONNX
|
|
type-check
2 errors
|
|
type-check:
luxonis_ml/data/datasets/luxonis_dataset.py#L443
Argument of type "StrPath" cannot be assigned to parameter "dir_path" of type "str" in function "_ignore_files_not_in_uuid_set"
Type "StrPath" is not assignable to type "str"
"PathLike[str]" is not assignable to "str" (reportArgumentType)
|
|
type-check:
luxonis_ml/data/datasets/luxonis_dataset.py#L330
Argument of type "StrPath" cannot be assigned to parameter "dir_path" of type "str" in function "_ignore_files_not_in_uuid_set"
Type "StrPath" is not assignable to type "str"
"PathLike[str]" is not assignable to "str" (reportArgumentType)
|