python中数组转换 text_polys[:, :, 0] += left
python3中验证
1.python3
2.import numpy as np
3.x=np.array([1,2,3,4,5,6,7,8])
4.pts=list(map(float,x[:8]))
5.pts = np.asarray(pts)
6.pts=pts.reshape(-1,2)
7.ts=[]
8.ts.append(pts)
9. h=np.array(t...
原创
2019-01-28 11:30:47 ·
311 阅读 ·
0 评论