Open thilinawee opened 2 years ago
kernel size, input channel, output channel(, group).
Thanks, @WongKinYiu for the quick reply. Does group mean the number of groups in the convolution(group convolutions) or the number of such sequential blocks?
They are equivalent, you could take a look ResNeXt paper.
I sketched the yolov7 architecture according to what I understood. Could you please point out where is E-ELAN block with group convolutions? Are the group convolutions used only for training? Thanks in advance.
Have you received any feedback on your draft?
@RomanczuG No, I haven't :(
You could take a look page 16 of the paper.
So you implemented E-Elan just in yolov7-E6E?
@thilinawee Hello, i'm new to yolo algo. Can you explain more about RepConv layer?
Hi, When I went through the research paper of yolov7, I came across this diagram which describes the architectural differences between some other networks and yolov7 itself.
I wonder if anyone can explain to me the meanings of these notations. For example, what does 3x3, 2c, 2c, 2 stand for? I understand that 3x3 means a kernel_size = 3,3. However, I am not sure about the rest. Thanks ~Thilina