SizheAn / mRI

Data repo for mRI: Multi-modal 3D Human Pose Estimation Dataset using mmWave, RGB-D, and Inertial Sensors
Creative Commons Zero v1.0 Universal
52 stars 8 forks source link

Augmentations #15

Open angelicaCruz opened 1 year ago

angelicaCruz commented 1 year ago

Hi! Did you apply any augmentation on the data during training? also what do you do when you cannot reshape to (8,8,5) ? Thank you!

SizheAn commented 1 year ago

I didn't do data augmentation as far as I recall.

What do you mean by cannot reshape to (8,8,5)? We pad with zeros to make the shape compatible with either (8,8,5) or (14,14,5), after frame fusion.

angelicaCruz commented 1 year ago

I meant that what if the point clouds for instance are 100x5. Do you just randomly select 64x5 pointclouds or you divide and then pad the remaining ones?