Datasets:
Data Assets
There are three distinct data layers. Do not collapse them when uploading or restoring.
1. Original Raw Data
Original source data is PanTS:
/scratch/user/yuhwang/dataset/PanTS
Approximate size observed before packaging: 371G.
Structure:
data/ImageTr: training images/volumesdata/ImageTe: test images/volumesdata/LabelTr: training labelsdata/LabelTe: test labelsdata/metadata.xlsx: raw metadata tablerepo: PanTS source README/license/download scripts
Raw data is packaged separately under pants_raw_train_test_20260523_102411.
2. VAE Latent Cache
Derived VAE cache used by the training dataloader:
/scratch/user/yuhwang/dataset/pants-captions-ldm/cache/wan22_pants_v2_softwin/latents
This stores pre-encoded Wan2.2 VAE latents as .safetensors. The train manifest references these via latent_path.
3. Text Cache
Derived text embedding cache:
/scratch/user/yuhwang/dataset/pants-captions-ldm/cache/wan22_pants_v2_softwin/text_embeddings
The main training manifest is:
captions_embedded/source_train.jsonl
Observed row count: 53,784.
Observed bucket counts:
B-whole: 21,690B-CA: 11,365B-CAP: 10,980P-pan: 8,784B-abd-pelvis: 490B-abd: 475
The manifest fields include bucket_id, caption, latent_path, latent_shape, text_embedding_path, text_embedding_shape, and CT metadata fields.
Cache Archive Included Here
cache/wan22_pants_v2_softwin.tar.zst.part-* is a split tar+zstd archive of the full derived cache directory. It includes:
latents/: VAE latent cachetext_embeddings/: text embedding cachecaptions/: caption jsonl filescaptions_embedded/: embedded-caption manifests used by trainingmanifests/: pre-embedding manifest layercache_config.json