Skip to content

Undeclared dependency #2

@MaithriRao

Description

@MaithriRao

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions