Feat/add instance segmentation #170
GitHub Actions / Test Results
failed
Oct 24, 2024 in 0s
1 errors in 48s
Annotations
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'
Loading