rabbityl / DeformingThings4D

[ICCV 2021] A dataset of non-rigidly deforming objects.
302 stars 22 forks source link

Code for data preparation and training #4

Open wangjingbo1219 opened 3 years ago

wangjingbo1219 commented 3 years ago

Hi

It is a great work for 4d structure understanding.

Will you release the codes for data preparation and networking training?

Looking for your help.

rabbityl commented 2 years ago

Hi, here's the codefor data preparation and training, and the volumetric motion and shape data. -- Code (google drive) -- Volumetric Motion & Shape data (Volume Flow + TSDF) [234GB (google drive)] [Data] [API]

shubhMaheshwari commented 2 years ago

Can you also share the code for VolumeMotion Estimation using FlowNet3D?

rabbityl commented 2 years ago

@shubhMaheshwari We use exactly the official flownet3d code. Here's the data for training-- Scene flow and RGB-D images [Data 44GB (google drive)] [API]

Jia-Wei-Liu commented 2 years ago

Hi, Thanks for releasing the code and data! The two data links that you provided cannot work now. Could you please check that? By the way, do you have any plan to release the RGB / texture of the data? Thank you! Best regards!

s-suraj-08 commented 1 year ago

Hi, thanks for the data. Regarding the data used for training flownet3d, I unproject the depth map to get the point cloud for two corresponding frames. But when I move the first point cloud using the flow provided by the flow.exr files, it do not match the second point cloud. Should I do any transformation to use the flow.exr files?