-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Running python -m sign_language_segmentation.src.train results in the following traceback:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/path/to/segmentation/sign_language_segmentation/src/train.py", line 13, in <module>
from .data import get_dataset, PoseSegmentsDataset
File "/path/to/thesis/segmentation/sign_language_segmentation/src/data.py", line 8, in <module>
from _shared.tfds_dataset import ProcessedPoseDatum, get_tfds_dataset
ModuleNotFoundError: No module named '_shared'
One way to make that module available is by installing transcription: pip install git+https://github.com/sign- language-processing/transcription. But this is not described in the README. Maybe that module should just be part of this repository instead.
joacotornello and 114514yangyi
Metadata
Metadata
Assignees
Labels
No labels