RuntimeError: No parquet files found under the expected 'data/' directory.

#2
by palimisis6 - opened

Listing files for CausalVerse/CausalVerse-Video ...
Total files to download: 0
Downloading repo files: 0file [00:00, ?file/s]
Repo snapshot prepared.

Traceback (most recent call last):
File "/home/repos/CausalVerse/dataset/export_causalverse_images.py", line 456, in
main()
File "/home/repos/CausalVerse/dataset/export_causalverse_images.py", line 453, in main
export_all(cfg)
File "/home/repos/CausalVerse/dataset/export_causalverse_images.py", line 381, in export_all
splits = resolve_splits(split_to_files, cfg.splits_to_export)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/repos/CausalVerse/dataset/export_causalverse_images.py", line 256, in resolve_splits
raise RuntimeError("No parquet files found under the expected 'data/' directory.")
RuntimeError: No parquet files found under the expected 'data/' directory.

Any ideas about how this can work?

Sign up or log in to comment