Skip to content

Feat/add instance segmentation #170

Feat/add instance segmentation

Feat/add instance segmentation #170

GitHub Actions / Test Results failed Oct 24, 2024 in 0s

1 errors in 48s

6 files  ±  0  6 suites  ±0   48s ⏱️ - 1h 18m 23s
1 tests  -  70  0 ✅  -  55  0 💤  -  16  0 ❌ ±0  1 🔥 +1 
6 runs   - 420  0 ✅  - 326  0 💤  - 100  0 ❌ ±0  6 🔥 +6 

Results for commit 4fae718. ± Comparison against earlier commit 7879220.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 6 runs with error: tests.core_tests.unittests.test_annotators

artifacts/Test Results [macOS-latest] (Python 3.10)/pytest.xml [took 0s]
artifacts/Test Results [macOS-latest] (Python 3.11)/pytest.xml [took 0s]
artifacts/Test Results [ubuntu-latest] (Python 3.10)/pytest.xml [took 0s]
artifacts/Test Results [ubuntu-latest] (Python 3.11)/pytest.xml [took 0s]
artifacts/Test Results [windows-latest] (Python 3.10)/pytest.xml [took 0s]
artifacts/Test Results [windows-latest] (Python 3.11)/pytest.xml [took 0s]
Raw output
collection failure
ImportError while importing test module 'D:\a\datadreamer\datadreamer\tests\core_tests\unittests\test_annotators.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\importlib\__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests\core_tests\unittests\test_annotators.py:10: in <module>
    from datadreamer.dataset_annotation.clip_annotator import CLIPAnnotator
datadreamer\dataset_annotation\__init__.py:6: in <module>
    from .slimsam_annotator import SlimSAMAnnotator
E   ModuleNotFoundError: No module named 'datadreamer.dataset_annotation.slimsam_annotator'