Skip to content

Missing dependencies for SFS conversion pipeline #346

@TharitSinsunthorn

Description

@TharitSinsunthorn

Component

Dataset / Zarr / RLDB

Description

When I try to run the dataset converting script from sfs format to Zarr by sfs_to_egoverse_zarr.py, I got a ModuleNotFoundError including with scale-sensor-fusion-io and decord.

Should we add these packages to requirement.txt?

Thank you!

Steps to Reproduce

python sfs_to_egoverse_zarr.py --task-ids <TASK_ID> --output-dir ~/EgoVerse/coc/flash7/scratch/scaletoZarrDataset

Error Log / Traceback

ModuleNotFoundError: No module named 'decord'

and

ModuleNotFoundError: No module named 'scale_sensor_fusion_io'

Configuration

Environment

  • OS: ubuntu 22.04
  • Python 3.11
  • PyTorch 2.7.1+cu128

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions