LPRNet_Pytorch
LPRNet_Pytorch copied to clipboard
请问这是什么错误?
Traceback (most recent call last): File "/opt/LPRNet_Pytorch/train_LPRNet.py", line 286, in <module> train() File "/opt/LPRNet_Pytorch/train_LPRNet.py", line 208, in train Greedy_Decode_Eval(lprnet, test_dataset, args) File "/opt/LPRNet_Pytorch/train_LPRNet.py", line 237, in Greedy_Decode_Eval targets = np.array([el.numpy() for el in targets]) ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (120,) + inhomogeneous part.
请问您解决了吗?我也是同样的问题
我也遇到这个问题了,请问有解决吗?
换一下你的numpy版本,我的环境为python3.9 numpy1.23.0
