Haiyang-W / DSVT

[CVPR2023] Official Implementation of "DSVT: Dynamic Sparse Voxel Transformer with Rotated Sets"
https://arxiv.org/abs/2301.06051
Apache License 2.0
353 stars 28 forks source link

fps of the model #38

Closed PleasantPhoenix closed 1 year ago

PleasantPhoenix commented 1 year ago

May I ask how to calculate the fps of the model

Haiyang-W commented 1 year ago

Thanks for your interest in our work. You can use the python library "time" to calculate inference time. Generally, you start the calculation from entering the model to the NMS. Dataloader time is not counted.