Feat/confusion matrix metric #219
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
|