12 2022 档案
13.5 多尺度锚框
摘要:13.5.0 头文件 import torch from d2l import torch as d2l from matplotlib import pyplot as plt d2l.set_figsize() 13.5.1 读入图像 img = d2l.plt.imread('../img/c 阅读全文
posted @ 2022-12-01 15:29 yc-limitless 阅读(130) 评论(0) 推荐(0)
13.4 锚框
摘要:13.4.0 头文件 import torch from d2l import torch as d2l from matplotlib import pyplot as plt d2l.set_figsize() torch.set_printoptions(2) # 精简输出精度 # 宽高比r是 阅读全文
posted @ 2022-12-01 09:27 yc-limitless 阅读(353) 评论(0) 推荐(0)