hehefan / Point-Spatio-Temporal-Convolution

Implementation of the "PSTNet: Point Spatio-Temporal Convolution on Point Cloud Sequences" paper.
MIT License
102 stars 12 forks source link

about usage #3

Closed amiltonwong closed 3 years ago

amiltonwong commented 3 years ago

Hi, @hehefan ,

Thanks for releasing the package. Would you also release a basic step-by-step guide for the usage of PSTConv? e.g, data preparation, training steps and prediction steps...

Thanks~

hehefan commented 3 years ago

Hi @amiltonwong ,

  1. Data preparation. You can follow MeteorNet to generate the MSR-Action3D and Synthia 4D data. Here is my processed MSR-Action3D dataset. For NTU RGB+D 60/120, please refer to scripts.
  2. Training and prediction. Please run the train-msr.py script.

Best.