Skip to content

关于yolov5l_fusion_transformerx3_llvip.yaml网络结构层的问题 #84

@h6h6h6king

Description

@h6h6h6king

backbone:

[from, number, module, args]

Two Stream

[
######### TransformerBlock One #############
# stream one
[-1, 1, Focus, [64, 3]], # 0-P1/2
[-1, 1, Conv, [128, 3, 2]], # 1-P2/4
[-1, 3, C3, [128]], # 2-P2/4
[-1, 1, Conv, [256, 3, 2]], # 3-P3/8
[-1, 9, C3, [256]], # 4-P3/8
# stream two
[-4, 1, Focus, [64, 3]], # 5-P1/2
[-1, 1, Conv, [128, 3, 2]], # 6-P2/4
[-1, 3, C3, [128]], # 7-P2/4
[-1, 1, Conv, [256, 3, 2]], # 8-P3/8
[-1, 9, C3, [256]], # 9
请问这里第二流的输入为什么是-4,是因为在前向传播过程中使用的是-4作为条件所以无所谓吗

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions