DeformMaster: An Interactive Physics-Neural World Model for Deformable Objects from Videos
Paper • 2605.09586 • Published • 1
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.
This dataset contains the minimal assets required to run the DeformMaster interactive playground for the released demo cases.
Paper: DeformMaster: An Interactive Physics-Neural World Model for Deformable Objects from Videos
Project page: https://can-lee.github.io/deformmaster-web/
Code: https://github.com/CAN-Lee/DeformMaster
playground_assets.zip (ckpt and data): minimal data/, outputs/, and
gaussian_output/ assets for interactive_playground_online.py.Download playground_assets.zip and unzip the assets into the DeformMaster
repository root:
Using the Hugging Face CLI:
hf download Canlee/DeformMaster-Assets playground_assets.zip \
--repo-type dataset \
--local-dir .
unzip playground_assets.zip
Or using wget:
wget https://huggingface.co/datasets/Canlee/DeformMaster-Assets/resolve/main/playground_assets.zip
unzip playground_assets.zip
The zip expands directly into:
data/
outputs/
gaussian_output/
MANIFEST.txt
Run the playground:
python interactive_playground_online.py --case_name my_mono_cloth --output outputs/output_mono
python interactive_playground_online.py --case_name double_lift_sloth --output outputs/output_ours