Skip to content

feat: add per-class weighting option to AdaptiveDetectionLoss #11

feat: add per-class weighting option to AdaptiveDetectionLoss

feat: add per-class weighting option to AdaptiveDetectionLoss #11

Triggered via pull request February 17, 2025 21:00
Status Success
Total duration 40s
Artifacts

semgrep.yaml

on: pull_request
semgrep/ci
30s
semgrep/ci
Fit to window
Zoom out
Zoom in

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