yqyao / FCOS_PLUS

Some improvements (center sample) about FCOS (FCOS: Fully Convolutional One-Stage Object Detection).
Other
321 stars 46 forks source link

Can’t calculate the Params and FLOPs of Backbone #19

Open Pooky-Z opened 2 years ago

Pooky-Z commented 2 years ago

I used thop,torchstat and ptflops to caculate the Flops of the model, but all of the results shows there is 0 params and 0 flops in ResNet and FPN. Why did this happen and how can I calucalte the Flops of model correctly. Thank you!