【已解决】AttributeError: ‘Upsample‘ object has no attribute ‘recompute_scale_factor’

项目yolo v5中,终端执行detect.py文件时出现AttributeError属性报错,解决如下:

1 光标定位Upsampling.py,点击报错跳转

【已解决】AttributeError: ‘Upsample‘ object has no attribute ‘recompute_scale_factor’_第1张图片

2 如行154示,直接删除or注释+ recompute_scale_factor=self.recompute_scale_factor

【已解决】AttributeError: ‘Upsample‘ object has no attribute ‘recompute_scale_factor’_第2张图片

3 这里我采取注释的方式,参考如下图

【已解决】AttributeError: ‘Upsample‘ object has no attribute ‘recompute_scale_factor’_第3张图片

问题完美解决!撒花!

你可能感兴趣的:(Resolve,python,大数据,pytorch,图像处理,视觉检测)