Open leonardoaraujosantos opened 7 years ago
The main idea is to spread default boxes of different scale to different layer. The layers are not called cascade layers. Please read the paper for more details.
All the layers that are used to predict bbox offset and confidence do not need to have same depth. For example, fc7 has 1024 channels.
Yes. Thanks for contributing to it.
Introduction
Hi @weiliu89 As discussed on the issue #388 and the diagram bellow each group of "Extra Layers" is responsible to give feature maps that will allow the detection of bigger objects.
Here I define what are the "Extra Layers"
Question
References for the question