zkf1997 / DIMOS

code release of paper "DIMOS: Synthesizing Diverse Human Motions in 3D Indoor Scenes"
https://zkf1997.github.io/DIMOS/
Apache License 2.0
77 stars 3 forks source link

How to change a scene #1

Open Frankie-Dejong opened 1 year ago

Frankie-Dejong commented 1 year ago

I wanna use some other scene, could you give me some ways or scripts?

zkf1997 commented 1 year ago

In principle, you can try general scenes by providing file paths to the scenes you want to test. Initial body locations and some parameters may need to be updated accordingly.

Frankie-Dejong commented 1 year ago

Thanks! But how could I process the scene data?

zkf1997 commented 1 year ago

Navigation mesh creation, SDF computation, and COINS interaction generation are already included in the demo code. You can just set the scene and object mesh paths and check the code.

Frankie-Dejong commented 1 year ago

Thanks!