pytorch yolov3 代码详解_Pytorch YOLOv3 网络结构

Pytorch YOLOv3 结构

ModuleList(

(0): Sequential(

(conv_with_bn_0): Conv2d(3, 32, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)

(batch_norm_0): BatchNorm2d(32, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)

(relu_0): ReLU(inplace)

)

(1): Sequential(

(conv_with_bn_1): Conv2d(32, 64, kernel_size=(3, 3), stride=(2, 2), padding=(1, 1), bias=False)

(batch_norm_1): BatchNorm2d(64, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)

(relu_1): ReLU(inplace)

)

(2): Sequential(

(conv_with_bn_2): Conv2d(64, 32, kernel_size=(1, 1), stride=(1, 1), bias=False)

(batch_norm_2): BatchNorm2d(32, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)

(relu_2): ReLU(inplace)

)

(3): Sequential(

(conv_with_bn_3): Conv2d(32, 64, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)

(batch_norm_3): BatchNorm2d(64, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)

(relu_3): ReLU(inplace)

)

(4): Sequential(

(shortcut_4): shortcutLayer()

)

(5): Sequential(

(conv_with_bn_5): Conv2d(64, 128, kernel_size=(3, 3), stride=(2, 2), padding=(1, 1), bias=False)

(batch_norm_5): BatchNorm2d(128, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)

(relu_5): ReLU(inplace)

)

(6): Sequential(

(conv_with_bn_6): Conv2d(128, 64, kernel_size=(1, 1), stride=(1, 1), bias=False)

(batch_norm_6): BatchNorm2d(64, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)

(relu_6): ReLU(inplace)

)

(7): Sequential(

(conv_with_bn_7): Conv2d(64, 128, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)

(batch_norm_7): BatchNorm2d(128, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)

(relu_7): ReLU(inplace)

)

(8): Sequential(

(shortcut_8): shortcutLayer()

)

(9): Sequential(

(conv_with_bn_9): Conv2d(128, 64, kernel_size=(1, 1), stride=(1, 1), bias=False)

(batch_norm_9): BatchNorm2d(64, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)

(relu_9): ReLU(inplace)

)

(10): Sequential(

(conv_with_bn_10): Conv2d(64, 128, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)

(batch_norm_10): BatchNorm2d(128, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)

(relu_10): ReLU(inplace)

)

(11): Sequential(

(shortcut_11): shortcutLayer()

)

(12): Sequential(

(conv_with_bn_12): Conv2d(128, 256, kernel_size=(3, 3), stride=(2, 2), padding=(1, 1), bias=False)

(batch_norm_12): BatchNorm2d(256, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)

(relu_12): ReLU(inplace)

)

(13): Sequential(

(conv_with_bn_13): Conv2d(256, 128, kernel_size=(1, 1), stride=(1, 1), bias=False)

(batch_norm_13): BatchNorm2d(128, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)

(relu_13): ReLU(inplace)

)

(14): Sequential(

(conv_with_bn_14): Conv2d(128, 256, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)

(batch_norm_14): BatchNorm2d(256, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)

(relu_14): ReLU(inplace)

)

(15): Sequential(

(shortcut_15): shortcutLay

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值