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

Hyperparameters - Baseline results #14

Open iballester opened 10 months ago

iballester commented 10 months ago

Hi,

Could you please share the values of the different hyperparameters to get the baseline results in the paper for MSRA?

For 24 frames, I am getting an accuracy of 90.24 after 35 epochs:

batch_size: 16 lr: 0.01 lr_gamma: 0.1 lr_warmup_epochs: 10 momentum: 0.9 nsamples: 9 num_points: 2,048 radius: 0.5

Could you confirm that they are the same for PSTNet++?

Thanks a lot!