Skip to content

Added the OpenCv Model #10032

Added the OpenCv Model

Added the OpenCv Model #10032

Triggered via pull request October 2, 2024 11:45
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (INP001): Object Detection/ObjectDection.py#L1
Object Detection/ObjectDection.py:1:1: INP001 File `Object Detection/ObjectDection.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (N816): Object Detection/ObjectDection.py#L8
Object Detection/ObjectDection.py:8:1: N816 Variable `classLabels` in global scope should not be mixedCase
Ruff (UP015): Object Detection/ObjectDection.py#L10
Object Detection/ObjectDection.py:10:6: UP015 Unnecessary open mode parameters
Ruff (N816): Object Detection/ObjectDection.py#L11
Object Detection/ObjectDection.py:11:5: N816 Variable `classLabels` in global scope should not be mixedCase
Ruff (B007): Object Detection/ObjectDection.py#L29
Object Detection/ObjectDection.py:29:15: B007 Loop control variable `conf` not used within loop body
Ruff (E501): Object Detection/ObjectDection.py#L31
Object Detection/ObjectDection.py:31:89: E501 Line too long (133 > 88)
Ruff (UP024): Object Detection/ObjectDection.py#L41
Object Detection/ObjectDection.py:41:11: UP024 Replace aliased errors with `OSError`
Ruff (B007): Object Detection/ObjectDection.py#L53
Object Detection/ObjectDection.py:53:23: B007 Loop control variable `conf` not used within loop body
Ruff (E501): Object Detection/ObjectDection.py#L53
Object Detection/ObjectDection.py:53:89: E501 Line too long (91 > 88)
Ruff (E501): Object Detection/ObjectDection.py#L56
Object Detection/ObjectDection.py:56:89: E501 Line too long (99 > 88)