VDIGPKU / M2Det

M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network
MIT License
1.45k stars 318 forks source link

the input channel and output channel of TUM #72

Open ryzejiang opened 5 years ago

ryzejiang commented 5 years ago

In paper, TUM(i)'s input is the channel of TUM(i-1)'s output[-1], and it is 128 in paper;

But in code, TUM's output[-1] channel is 256, and input(not first one) channel is 256+128(just like FFMv2 128 concat 256);

So,,, Why? Code and Paper is different.. Did I get it wrong?