Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undeclared dependency #2

Open
MaithriRao opened this issue Feb 17, 2024 · 1 comment
Open

Undeclared dependency #2

MaithriRao opened this issue Feb 17, 2024 · 1 comment

Comments

@MaithriRao
Copy link

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.

@AmitMY
Copy link
Contributor

AmitMY commented Feb 18, 2024

Thanks for reporting this - you are right, the ProcessedPoseDatum, get_tfds_dataset are missing from this repo. I will try to figure out the best way to add everything right now. In the meanwhile, your patch works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants