isl-org / DeepLagrangianFluids

Code repository for "Lagrangian Fluid Simulation with Continuous Convolutions", ICLR 2020.
Other
207 stars 41 forks source link

Will you provide a pytorch version continuous conv? #8

Closed hzaskywalker closed 3 years ago

hzaskywalker commented 4 years ago

Thanks for the great work! I am amazed by the efficiency of Continuous Convolutions as described in the paper and hope that I can use it in pytorch. I see a pytorch folder in open3d.ml. Does this mean you will port CConv to pytorch soon?

benjaminum commented 4 years ago

Yes, we are working on a pytorch version but it will take some weeks.

benjaminum commented 3 years ago

@hzaskywalker The pytorch ops and layers are finally in the Open3D master branch. I will add scripts for training and inference with pytorch to this repo soon.