imankgoyal / NonDeepNetworks

Official Code for "Non-deep Networks"
BSD 3-Clause "New" or "Revised" License
586 stars 42 forks source link

Problem about replacing the backbone of YOLOv4 with ParNet. #9

Closed Gumpest closed 2 years ago

Gumpest commented 2 years ago

Which three layers' outputs for neck fusion when the three stream is parallel. Those three ones? Thanks a lot! 1638517933(1)

imankgoyal commented 2 years ago

If I understand the question correctly, yes the marked layers are the output of each stream. The output of stream 1 (largest resolution) is passed to down sampling. The output of stream 2 and stream 3 are passed to fusion blocks.