FluidVerse/samples
Fluidverse Samples This dataset provides sample files for all of the datasets published by the Fluidverse Organization. For each dataset, two trajectories are provided - one with a single bubble / droplet and one multi-droplet / bubble trajectory with five bubbles / droplets. Note: This is not a standalone dataset with a test and train split. This huggingface dataset serves solely as a preview for the complete datasets listed below. Dataset samples… See the full description on the dataset page: https://huggingface.co/datasets/FluidVerse/samples.
Fluidverse Samples
This dataset provides sample files for all of the datasets published by the Fluidverse Organization. For each dataset, two trajectories are provided - one with a single bubble / droplet and one multi-droplet / bubble trajectory with five bubbles / droplets.
Note: This is not a standalone dataset with a test and train split. This huggingface dataset serves solely as a preview for the complete datasets listed below.
Dataset samples
How to Download the Dataset
Download the whole dataset:
hf download FluidVerse/samples --repo-type datasetDownload only one dataset sample:
from huggingface_hub import snapshot_download
snapshot_download(
repo_id="FluidVerse/samples",
repo_type="dataset",
allow_patterns="2D_SABW_OOOO_256x256_samples.h5",
local_dir="."
)