qyouurcs / Action4D

Framewise online action recognition using 4D data
12 stars 3 forks source link

input data #1

Open zhanziwei opened 5 years ago

zhanziwei commented 5 years ago

hey,I have a small question,Can Action4D directly process point cloud?

qyouurcs commented 5 years ago

Hi @zhanziwei, our network does not support point cloud as input. We voxelize the point cloud into 3D volumes as input. So I guess in some point, we can say the model can accept point cloud as input. All you need to do is adding a voxelization into the data preprocessing step.