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
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-ioanddecord.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/scaletoZarrDatasetError Log / Traceback
Configuration
Environment