Text detection #70
Text detection #70
7 new issues (0 max.) of at least severity.
Annotations
Check warning on line 735 in poetry.lock
codacy-production / Codacy Static Code Analysis
poetry.lock#L735
Insecure dependency pypi/torch@2.6.0+cpu (CVE-2025-2953: torch: PyTorch torch.mkldnn_max_pool2d denial of service) (update to 2.7.1-rc1)
Check warning on line 735 in poetry.lock
codacy-production / Codacy Static Code Analysis
poetry.lock#L735
Insecure dependency pypi/torch@2.6.0+cpu (CVE-2025-3730: A vulnerability, which was classified as problematic, was found in PyT ...) (no fix available)
Check warning on line 126 in scaledp/models/detectors/paddle_onnx/db_postprocess.py
codacy-production / Codacy Static Code Analysis
scaledp/models/detectors/paddle_onnx/db_postprocess.py#L126
Too many positional arguments for method call
Check failure on line 34 in scaledp/models/detectors/paddle_onnx/imaug.py
codacy-production / Codacy Static Code Analysis
scaledp/models/detectors/paddle_onnx/imaug.py#L34
The application was found calling the `eval` function with non-literal data.
Check warning on line 34 in scaledp/models/detectors/paddle_onnx/imaug.py
codacy-production / Codacy Static Code Analysis
scaledp/models/detectors/paddle_onnx/imaug.py#L34
Use of possibly insecure function - consider using safer ast.literal_eval.
Check failure on line 12 in scaledp/models/detectors/paddle_onnx/operators.py
codacy-production / Codacy Static Code Analysis
scaledp/models/detectors/paddle_onnx/operators.py#L12
The application was found calling the `eval` function with non-literal data.
Check warning on line 12 in scaledp/models/detectors/paddle_onnx/operators.py
codacy-production / Codacy Static Code Analysis
scaledp/models/detectors/paddle_onnx/operators.py#L12
Use of possibly insecure function - consider using safer ast.literal_eval.