CoolFace
Datasetpublic

liaolw/physx-v18-2-raw-part-names-provenance-corrected-20260912

PhysX v18.2 Raw Part-Name Release This public, label-only release contains the frozen 233-train / 64-validation cohort and its 297 selected original finaljson annotations. The part target for every record is exactly finaljson.parts[].name.strip(). The dataset does not include images, checkpoints, model files, Flow Matching / PhysX-3D data, renders, logs, or other training artifacts. Image rebasing train.jsonl and val.jsonl contain only portable relative image… See the full description on the dataset page: https://huggingface.co/datasets/liaolw/physx-v18-2-raw-part-names-provenance-corrected-20260912.

sourceHugging Faceupdated 15d agoView on Hugging Face
1likes34downloads
Dataset Card

PhysX v18.2 Raw Part-Name Release

This public, label-only release contains the frozen 233-train / 64-validation cohort and its 297 selected original finaljson annotations. The part target for every record is exactly finaljson.parts[].name.strip(). The dataset does not include images, checkpoints, model files, Flow Matching / PhysX-3D data, renders, logs, or other training artifacts.

Image rebasing

train.jsonl and val.jsonl contain only portable relative image references, such as sample_id/000.png; they contain no H200 absolute image paths. On S5000, provide the local renders_cond root explicitly:

bash
python3 tools/verify_s5000_assets.py \
  --release-root . \
  --image-root /S5000/LOCAL/PATH/TO/renders_cond

The command must report 297 records, 297 selected finaljson files, and 7,425 existing local views before the JSONL is used. A consumer resolves a view as Path(image_root) / row["images"][view_index].

Download

Use the immutable commit recorded in the H200 publication report:

bash
hf download REPO_ID --repo-type dataset --revision REVISION_COMMIT --local-dir physx-v18-2
cd physx-v18-2
sha256sum -c SHA256SUMS

manifest.json, PROVENANCE_CORRECTION.md, PROVENANCE_CORRECTION.json, schema.json, source_part_evidence.jsonl, and preupload_review.json provide the release provenance, source digest, file hashes, correction record, and publication-scope audit.