Skip to content

SemanticSegmentationTask: add class-wise metrics #10523

SemanticSegmentationTask: add class-wise metrics

SemanticSegmentationTask: add class-wise metrics #10523

Triggered via pull request February 1, 2025 17:40
Status Failure
Total duration 2m 14s
Artifacts

style.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Ruff (RUF005): tests/trainers/test_classification.py#L104
tests/trainers/test_classification.py:104:14: RUF005 Consider `['fit', *args]` instead of concatenation
Ruff (RUF005): tests/trainers/test_classification.py#L106
tests/trainers/test_classification.py:106:18: RUF005 Consider `['test', *args]` instead of concatenation
Ruff (RUF005): tests/trainers/test_classification.py#L110
tests/trainers/test_classification.py:110:18: RUF005 Consider `['predict', *args]` instead of concatenation
Ruff (RUF005): tests/trainers/test_classification.py#L229
tests/trainers/test_classification.py:229:14: RUF005 Consider `['fit', *args]` instead of concatenation
Ruff (RUF005): tests/trainers/test_classification.py#L231
tests/trainers/test_classification.py:231:18: RUF005 Consider `['test', *args]` instead of concatenation
Ruff (RUF005): tests/trainers/test_classification.py#L235
tests/trainers/test_classification.py:235:18: RUF005 Consider `['predict', *args]` instead of concatenation
Ruff (RUF005): tests/trainers/test_detection.py#L92
tests/trainers/test_detection.py:92:14: RUF005 Consider `['fit', *args]` instead of concatenation
Ruff (RUF005): tests/trainers/test_detection.py#L94
tests/trainers/test_detection.py:94:18: RUF005 Consider `['test', *args]` instead of concatenation
Ruff (RUF005): tests/trainers/test_detection.py#L98
tests/trainers/test_detection.py:98:18: RUF005 Consider `['predict', *args]` instead of concatenation
Ruff (RUF005): tests/trainers/test_regression.py#L85
tests/trainers/test_regression.py:85:14: RUF005 Consider `['fit', *args]` instead of concatenation
mypy
Process completed with exit code 1.