Out of range of index when warping
y123214 opened this issue · 3 comments
Why I usually get Out of range of index when warping error, when running mlsd_2d_warp function??
HI y123214,
For better decoupling, you can run run_MLS_in_folder function directly after you got the correspondence*.txt_ files. It's easy to use and you can find more details in ./utils/MLS.py.
If you still get errors, you can upload your correspondence file to here, we can check it.
I got the same issue wen running interp2; report xp and fp are not of the same length ( line 39)
I got the same issue wen running interp2; report xp and fp are not of the same length ( line 39)
Hi jackkun303,
Thanks for your feedback, I reproduced your error in python2.x and now pull a new request to fix the error.
The issue will be closed.