qcraftai / pillarnext

PillarNeXt: Rethinking Network Designs for 3D Object Detection in LiDAR Point Clouds (CVPR 2023)
Other
176 stars 13 forks source link

Code for calculating parameter count and inference speed #13

Closed ouyangziyao closed 7 months ago

ouyangziyao commented 7 months ago

Hi, sir. Is there code here to calculate the number of parameters and inference speed?

Konstantin5389 commented 7 months ago
  1. please calculate the number of parameters according to the size of the convolution kernel size.
  2. inference speed is easy to calculate. Please refer to https://deci.ai/blog/measure-inference-time-deep-neural-networks/.