We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ec2fc commit dfc162dCopy full SHA for dfc162d
luxonis_ml/data/datasets/luxonis_dataset.py
@@ -629,7 +629,7 @@ def _get_metadata(self) -> Metadata:
629
source_data = metadata_json["source"]
630
if isinstance(source_data, dict):
631
components = source_data.get("components", {})
632
- if isinstance(components, dict):
+ if isinstance(components, dict) and len(components) == 1:
633
new_components = {
634
"image": LuxonisComponent(
635
**next(iter(components.values()))
0 commit comments