Datasets:
The dataset viewer is not available for this subset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
for split_generator in builder._split_generators(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 82, in _split_generators
raise ValueError(
ValueError: The TAR archives of the dataset should be in WebDataset format, but the files in the archive don't share the same prefix or the same types.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 66, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
info = get_dataset_config_info(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
CEFS DF-Motion Dataset
This dataset accompanies the CEFS repository for the TPAMI paper "Coded Event Focal Stack for Continuous Refocusing in Dynamic Scene".
Repository: https://github.com/moon-boat/CEFS
Files
test/cefs_df_motion_test.tar.gz: DF-Motion test data archive,1,348,641,112bytes.train/scene_001_events.tar.gz: partial training event data for scene 1,277,472,285bytes.train/scene_001_aif.tar.gz: partial all-in-focus training data for scene 1,91,083,558bytes.
The remaining 30-scene training data is not fully uploaded yet. scene_1/gt alone exceeded 900 MB during compression and did not complete reliably over the current NAS mount, so the full training split should be packaged with a more stable storage path or uploaded in smaller verified parts.
Test Archive Layout
After extracting test/cefs_df_motion_test.tar.gz, the archive contains:
DF-motion/
βββ scene_*/
βββ 0..15/
βββ 0.jpg
βββ 1.jpg
βββ event.txt
Notes
The CEFS code repository does not bundle dataset files. Current CEFS training loaders expect a normalized JPG / DF-Motion-style layout with scene_*, event_v2e/, gt/, and optional aif/ folders. If this dataset is published in a raw author-archive layout, normalize it to the loader layout documented in docs/data_format.md before running training scripts.
Generated event-stack caches such as event_v2e_stacks/ are intentionally not required; CEFS loaders can regenerate them from event text files.
Citation
Please cite the CEFS paper when using this dataset.
- Downloads last month
- 24