Nested Labels Integration #274
Annotations
10 errors and 1 warning
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#L138
No parameter named "keep_aspect_ratio" (reportCallIssue)
|
Type check:
luxonis_train/loaders/luxonis_loader_torch.py#L132
No parameter named "augmentation_engine" (reportCallIssue)
|
Type check:
luxonis_train/loaders/luxonis_loader_torch.py#L133
No parameter named "augmentation_config" (reportCallIssue)
|
Type check:
luxonis_train/loaders/luxonis_loader_torch.py#L134
No parameter named "height" (reportCallIssue)
|
Type check:
luxonis_train/loaders/luxonis_loader_torch.py#L135
No parameter named "width" (reportCallIssue)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading