happyharrycn / actionformer_release

Code release for ActionFormer (ECCV 2022)
MIT License
419 stars 77 forks source link

Measure GMACs/FLOPS #75

Closed TuanTNG closed 1 year ago

TuanTNG commented 1 year ago

Thank you for your awesome work. Would you mind sharing how did you measure the GMACs as reported in table 3c? Thank you in advance.

tzzcl commented 1 year ago

Hi, since it doesn't have a convenient way to calculate the FLOPs of our model like flops-counter. We manually added a flops method to calculate FLOPs for each block in our network in a top-down manner.

TuanTNG commented 1 year ago

Thank you for your response. I got it