摘要: YOLOv3网络结构的搭建 import math from collections import OrderedDict import torch import torch.nn as nn 1. 残差块的搭建 class BasicBlock(nn.Module): def __init__(s 阅读全文
posted @ 2021-06-18 15:05 Liang-ml 阅读(146) 评论(0) 推荐(0)