You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "test.py", line 179, in
bbox = utils.bbox_transfor_inv(anchor,regr)
File "/data/zhangshihao/ctpn_keras/utils.py", line 175, in bbox_transfor_inv
Cyx = Vcx * ha + Cya
ValueError: operands could not be broadcast together with shapes (52920,) (51460,)
测试图像的h,w必须被16整除吗?还是必须和训练图像的h,w保持一致。。。
The text was updated successfully, but these errors were encountered:
File "test.py", line 179, in
bbox = utils.bbox_transfor_inv(anchor,regr)
File "/data/zhangshihao/ctpn_keras/utils.py", line 175, in bbox_transfor_inv
Cyx = Vcx * ha + Cya
ValueError: operands could not be broadcast together with shapes (52920,) (51460,)
测试图像的h,w必须被16整除吗?还是必须和训练图像的h,w保持一致。。。
The text was updated successfully, but these errors were encountered: