Closed AlmoonYsl closed 1 year ago
Hi,
spconv is included in FLOPs calculation. We use the FLOPs calculation tool in https://github.com/CVMI-Lab/SparseKD
Hi,
spconv is included in FLOPs calculation. We use the FLOPs calculation tool in https://github.com/CVMI-Lab/SparseKD
Got it. Thanks for your reply!
Where is the FLOPs calculation tool in SparseKD?
Hi, thanks for your excellent work. As shown in Tab. 1, the FLOPs is calculated for sparse cnn and head separately. I noticed that the FLOPs of sparse cnn and head (VoxelNeXt) is 33.6G and 5.1G. So, I want to know whether the sparse conv in 3D backbone and head (VoxelNeXt) is considered in calculation. AFAK, the mmcv and fvcore do not support the FLOPs calculation for sparse conv. Besides, the head of CenterPoint is consists of 2D conv, which is supported by mmcv and fvcore.