Views
No views yet
model/ folder contains standard 3DGS checkpoints with:1model/<scene>/
2 cameras.json
3 cfg_args
4 input.ply
5 point_cloud/iteration_<latest>/point_cloud.ply1a752b28d-f
2bowl
3bullet_0_psnr36
4cake
5cookie
6dragonfruit
7garden
8garden_ours
9jelly
10kiwi
11kiwi_0.04_psnr42
12lollipop
13milk2
14milk_0.03_psnr32
15oreo
16pineple
17pumkin
18sand_castle
19toast
20watermelon
21watermelon_fruitninjamodel/trained_gs_fruitninja/ folder contains standalone FruitNinja assets
stored as .ply + .json pairs:1apple
2bread
3cake
4orange
5pomegranate
6watermelonconfig/ folder contains all 32 simulation configuration JSON files from
the research codebase, including single-object and multi-object examples such as
watermelon_config.json, jelly_config_nacc.json, fruits*.json,
milk2_and_watermelon_config.json, and backup/variant configs.asset_manifest.json records the local staging source, selected checkpoint
iteration, and matched config for each released scene.1git clone --recurse-submodules https://github.com/HB-pencil-zero/GaussianFluent.git
2cd GaussianFluentmodel/ and config/
folders at the root of the code repository. The resulting layout should look
like:1GaussianFluent/
2 model/a752b28d-f/...
3 model/watermelon/...
4 model/jelly/...
5 model/garden/...
6 model/trained_gs_fruitninja/apple.ply
7 config/watermelon_config.json
8 config/jelly_config_nacc.json
9 ...1python gs_simulation/watermelon/gs_simulation_watermelon.py \
2 --model_path model/watermelon \
3 --output_path output/watermelon \
4 --config config/watermelon_config.json \
5 --render_img \
6 --compile_video
7
8python gs_simulation/jelly/gs_simulation_jellynacc.py \
9 --model_path model/jelly \
10 --output_path output/jelly \
11 --config config/jelly_config_nacc.json \
12 --render_img \
13 --compile_videointerior_filling/. The inpainting stage can use the external
third-party MVInpainter project:point_cloud.ply to reduce download size.trained_gs_fruitninja/ is included separately because its local layout is
standalone PLY assets instead of a standard 3DGS training directory.1@article{huang2026gaussianfluent,
2 title={GaussianFluent: Gaussian Simulation for Dynamic Scenes with Mixed Materials},
3 author={Huang, Bei and Chen, Yixin and Lu, Ruijie and Zeng, Gang and Zha, Hongbin and Pei, Yuru and Huang, Siyuan},
4 journal={arXiv preprint arXiv:2601.09265},
5 year={2026}
6}