Release v0.3.0 #18
Annotations
3 errors
Semgrep Issue:
luxonis_train/callbacks/upload_checkpoint.py#L50
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:
luxonis_train/models/luxonis_lightning.py#L1022
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:
luxonis_train/nodes/base_node.py#L400
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
|