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

Can the author inform the parameters and FLOPs of the article #9

Closed yangtianjin closed 2 years ago

yangtianjin commented 2 years ago

Can the author inform the parameters and FLOPs of the article

hehefan commented 2 years ago

The number of parameters is about 8.4M. You can calculate FLOPs by yourself. Please note that some operations may be time-consuming but not be well indicated by FLOPs.