Skip to content

Add oriented bounding box head for object detection tasks #164

Add oriented bounding box head for object detection tasks

Add oriented bounding box head for object detection tasks #164

GitHub Actions / Test Results failed Sep 17, 2024 in 0s

2 errors in 18s

2 files  2 suites   18s ⏱️
2 tests 0 ✅ 0 💤 0 ❌ 2 🔥
4 runs  0 ✅ 0 💤 0 ❌ 4 🔥

Results for commit 4265845.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs with error: tests.integration.test_sanity

artifacts/Test Results [ubuntu-latest] (Python 3.10)/pytest.xml [took 0s]
artifacts/Test Results [windows-latest] (Python 3.10)/pytest.xml [took 0s]
Raw output
collection failure
tests/integration/test_sanity.py:10: in <module>
    from multi_input_modules import *
tests/integration/multi_input_modules.py:4: in <module>
    from luxonis_train.nodes import BaseNode
luxonis_train/__init__.py:1: in <module>
    from .attached_modules import *
luxonis_train/attached_modules/__init__.py:1: in <module>
    from .base_attached_module import BaseAttachedModule  # noqa
luxonis_train/attached_modules/base_attached_module.py:9: in <module>
    from luxonis_train.nodes import BaseNode
luxonis_train/nodes/__init__.py:3: in <module>
    from .heads import *
luxonis_train/nodes/heads/__init__.py:5: in <module>
    from .efficient_obbox_head import EfficientOBBoxHead
luxonis_train/nodes/heads/efficient_obbox_head.py:17: in <module>
    class EfficientOBBoxHead(EfficientBBoxHead):
luxonis_train/nodes/heads/efficient_obbox_head.py:18: in EfficientOBBoxHead
    tasks: list[LabelType] = [LabelType.OBOUNDINGBOX]
/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/enum.py:437: in __getattr__
    raise AttributeError(name) from None
E   AttributeError: OBOUNDINGBOX. Did you mean: 'BOUNDINGBOX'?

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs with error: tests.unittests.test_losses.test_bce_with_logits_loss

artifacts/Test Results [ubuntu-latest] (Python 3.10)/pytest.xml [took 0s]
artifacts/Test Results [windows-latest] (Python 3.10)/pytest.xml [took 0s]
Raw output
collection failure
tests/unittests/test_losses/test_bce_with_logits_loss.py:4: in <module>
    from luxonis_train.attached_modules.losses import BCEWithLogitsLoss
luxonis_train/__init__.py:1: in <module>
    from .attached_modules import *
luxonis_train/attached_modules/__init__.py:1: in <module>
    from .base_attached_module import BaseAttachedModule  # noqa
luxonis_train/attached_modules/base_attached_module.py:9: in <module>
    from luxonis_train.nodes import BaseNode
luxonis_train/nodes/__init__.py:3: in <module>
    from .heads import *
luxonis_train/nodes/heads/__init__.py:5: in <module>
    from .efficient_obbox_head import EfficientOBBoxHead
luxonis_train/nodes/heads/efficient_obbox_head.py:17: in <module>
    class EfficientOBBoxHead(EfficientBBoxHead):
luxonis_train/nodes/heads/efficient_obbox_head.py:18: in EfficientOBBoxHead
    tasks: list[LabelType] = [LabelType.OBOUNDINGBOX]
/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/enum.py:437: in __getattr__
    raise AttributeError(name) from None
E   AttributeError: OBOUNDINGBOX. Did you mean: 'BOUNDINGBOX'?