For P5, I think it should be from block7a_project_activation, before the top activation. This will give (None, 16, 16, 320) instead of (None, 16, 16, 1280) - which can be used in EfficientDet model.
Also, the P3, P4, no hard opinion, but wouldn't it be more better to pick tensor from project_activation layers?
Current Behavior:
While trying to get P1, P2, P3 from EfficientNet, I got
Expected Behavior:
For P5, I think it should be from
block7a_project_activation
, before the top activation. This will give(None, 16, 16, 320)
instead of(None, 16, 16, 1280)
- which can be used in EfficientDet model.Also, the P3, P4, no hard opinion, but wouldn't it be more better to pick tensor from
project_activation
layers?