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
python2.7 dewarp.py
BUILDING MAP!
ERROR:
Traceback (most recent call last):
File "dewarp.py", line 78, in
xmap,ymap = buildMap(Ws,Hs,Wd,Hd,R1,R2,Cx,Cy)
File "dewarp.py", line 20, in buildMap
map_x = int(np.zeros((Hd,Wd),np.float32))
TypeError: 'float' object cannot be interpreted as an index
The text was updated successfully, but these errors were encountered:
python2.7 dewarp.py
BUILDING MAP!
ERROR:
Traceback (most recent call last):
File "dewarp.py", line 78, in
xmap,ymap = buildMap(Ws,Hs,Wd,Hd,R1,R2,Cx,Cy)
File "dewarp.py", line 20, in buildMap
map_x = int(np.zeros((Hd,Wd),np.float32))
TypeError: 'float' object cannot be interpreted as an index
The text was updated successfully, but these errors were encountered: