zhanggang001 / HEDNet

HEDNet (NeurIPS 2023) & SAFDNet (CVPR 2024 Oral)
Apache License 2.0
108 stars 9 forks source link

FLOPs calculation #24

Closed meilongzhang closed 4 days ago

meilongzhang commented 2 weeks ago

Hello, may I ask how the FLOPs calculations for the SAFDNet ablation studies were computed? Thank you very much!

zhanggang001 commented 1 week ago

Hello, may I ask how the FLOPs calculations for the SAFDNet ablation studies were computed? Thank you very much!

  1. Calculate the FLOPs T of dense afd_layers and dense head (using dense feature maps);
  2. Calculate the average sparsity S of 1000 selected frames of data;
  3. Calculate The approximate FLOPs TxS.