Skip to content

Fixed tests

36a62d7
Select commit
Loading
Failed to load commit list.
Merged

Text detection #70

Fixed tests
36a62d7
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Aug 15, 2025 in 0s

7 new issues (0 max.) of at least severity.

Annotations

Check warning on line 735 in poetry.lock

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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.