xiexh20 / behave-dataset

Code to access BEHAVE dataset, CVPR'22
https://virtualhumans.mpi-inf.mpg.de/behave/
Other
141 stars 6 forks source link

30fps Registration result of several sequences are misaligned with the rgbd data #20

Closed AfterJourney00 closed 1 year ago

AfterJourney00 commented 1 year ago

Hi,

I found that the registration result in behave-30fps-params-v1/ of the following sequences are misaligned with corresponding rgbd data in time series(e.g. the sequence length are different), and no information about how to align them is released(e.g. the registration result starts at which frame and end at which frame according to the rgbd sequence). 4741673882203_ pic

I hope these sequences can be checked and some information about how to align registration result with rgbd data in time series can be reported. Thank you!

xiexh20 commented 1 year ago

Hi,

You can find the correspondence of the parameters to RGBD images by the 'frame_times' stored in each npz file. Note that NOT all frames have registration results due to synchronization problem between kinects or incomplete PC, as also discussed in this issue.

Best,