Nested Labels Integration #271
Annotations
10 errors and 3 warnings
type-check:
luxonis_train/__main__.py#L207
Argument of type "dict[str, ndarray[Unknown, Unknown]]" cannot be assigned to parameter "labels" of type "Labels" in function "visualize"
"dict[str, ndarray[Unknown, Unknown]]" is not assignable to "Dict[str, Tuple[ndarray[Unknown, Unknown], LabelType]]"
Type parameter "_VT@dict" is invariant, but "ndarray[Unknown, Unknown]" is not the same as "Tuple[ndarray[Unknown, Unknown], LabelType]"
Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
|
type-check:
luxonis_train/core/core.py#L129
No parameter named "height" (reportCallIssue)
|
type-check:
luxonis_train/core/core.py#L130
No parameter named "width" (reportCallIssue)
|
type-check:
luxonis_train/core/core.py#L131
No parameter named "augmentation_config" (reportCallIssue)
|
type-check:
luxonis_train/core/core.py#L135
No parameter named "out_image_format" (reportCallIssue)
|
type-check:
luxonis_train/core/core.py#L136
No parameter named "keep_aspect_ratio" (reportCallIssue)
|
type-check:
luxonis_train/loaders/luxonis_loader_torch.py#L99
No parameter named "augmentation_engine" (reportCallIssue)
|
type-check:
luxonis_train/loaders/luxonis_loader_torch.py#L100
No parameter named "augmentation_config" (reportCallIssue)
|
type-check:
luxonis_train/loaders/luxonis_loader_torch.py#L101
No parameter named "height" (reportCallIssue)
|
type-check:
luxonis_train/loaders/luxonis_loader_torch.py#L102
No parameter named "width" (reportCallIssue)
|
pre-commit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
type-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|