ValueError:无法将大小为12400的数组重塑为形状1,4

问题描述

我正在从2d图像构建3d模型,我做了很多尝试,但无法解决错误

def reprojection_loss_function(opt_variables,points_2d,num_pts):
    P = opt_variables[0:12].reshape(3,4)
    point_3d = opt_variables[12:].reshape((len(points_2d[0]),4))

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)