megvii-model / YOLOF

MIT License
809 stars 115 forks source link

How do you implement the single in multiple out experiments? #34

Closed freshn closed 3 years ago

freshn commented 3 years ago

Hi. In your paper, Fig 1 shows SiMo style can get competitively good results, but I am wondering about the detailed architecture during experiments. How do you generate multiple outputs with a single input? Do you pick up outputs from the deeper layers to make predictions like how SSD has done?

chensnathan commented 3 years ago

Hi. We provide a detailed structure for SiMo encoder in the Appendix of the paper. You can find it in Figure 8.

freshn commented 3 years ago

Oh cool. I didn't download the latest version of your paper. Thank you.