tum-pbs / DMCF

Guaranteed Conservation of Momentum for Learning Particle-based Fluid Dynamics (NeurIPS '22)
MIT License
49 stars 10 forks source link

Hi,How to run a 3D pipeline ? #8

Closed yyf0202 closed 1 year ago

Prantl commented 1 year ago

Hi,

you can run other pipelines using the corresponding config file (folder "config"). To run the 3D pipeline, you could use for example the following command:

python run_pipeline.py --cfg_file configs/Liquid3d.yml \
                       --dataset_path PATH/TO/DATASET \
                       --ckpt_path checkpoints/Liquid3d/ckpt \
                       --split test

In the section "Datasets" there is a description of how to get the corresponding dataset.

I hope that answers your question.

Best regards, Lukas