3dlg-hcvc / OPDMulti

MIT License
16 stars 2 forks source link

How to implement the animation effect as shown in project page~ #7

Closed YZsZY closed 3 days ago

YZsZY commented 3 months ago

Hello author~ I'd like to ask how to implement the animation effect as shown below: 187-0 Mainly, I wonder whether the input for training is RGB or RGBD, and how to select the region and get it to move. Looking forward to your reply~

Sun-XH commented 1 month ago

Hi,

Thanks for your interest in our work! We need the depth information to implement this animation. We use the RGB and GT depth image to convert the scene to point cloud. Then, we use the predicted openable part mask to get the points that belong to the openable part and manipulate the parts using the predicted motion parameters.

Hope this answer sovles your issue! If you have any further questions, feel free to ask.