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
Traceback (most recent call last):
File "/Users/yangxue/Desktop/yangxue/code/airlab/examples/demo.py", line 151, in <module>
main()
File "/Users/yangxue/Desktop/yangxue/code/airlab/examples/demo.py", line 99, in main
warped_polybox = al.Points.transform(np.array(polybox).reshape([-1, 2]), displacement)
File "/Users/yangxue/Desktop/yangxue/code/airlab/airlab/utils/points.py", line 105, in transform
raise Exception("Datatype of displacement field not supported.")
Exception: Datatype of displacement field not supported.
So I used the wrong displacement. How do I get the correct displacement? Can you give an example?
The text was updated successfully, but these errors were encountered:
my code:
error:
So I used the wrong displacement. How do I get the correct displacement? Can you give an example?
The text was updated successfully, but these errors were encountered: