Skip to content

Feat/confusion matrix metric #219

Feat/confusion matrix metric

Feat/confusion matrix metric #219

Triggered via pull request November 26, 2024 16:32
Status Failure
Total duration 3m 14s
Artifacts

ci.yaml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors
type-check: luxonis_train/attached_modules/metrics/confusion_matrix.py#L187
Argument of type "Tensor" cannot be assigned to parameter "preds" of type "list[Tensor]" in function "_compute_detection_confusion_matrix"   "Tensor" is not assignable to "list[Tensor]" (reportArgumentType)
type-check: luxonis_train/models/luxonis_lightning.py#L816
Cannot access attribute "log_matrix" for class "LuxonisTrackerPL"   Attribute "log_matrix" is unknown (reportAttributeAccessIssue)
type-check
2 errors