- 博客(2)
- 收藏
- 关注
原创 YOLOV5-6.0改进CA注意力机制+BiFPN报错
报错RuntimeError: The size of tensor a (128) must match the size of tensor b (256) at non-singleton dimension 1这个怎么解决啊。
2025-01-05 14:27:33
313
原创 用模型跑一下数据,结果提示OSError: SavedModel file does not exist at: on_object_test.h5\{saved_model.pbtxt|save
img = cv2.warpAffine(img, mat, (w, h), flags=cv2.INTER_LINEAR, borderValue=(0, 0, 0)) # 仿射变换。X - 输入的tensor类型的数据,维度为( m, n_H_prev, n_W_prev, n_C_prev)img = cv2.resize(img, (new_w, new_h)) # 缩放图像。X - 恒等块的输出,tensor类型,维度为(n_H, n_W, n_C)
2023-11-03 01:18:07
929
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人