Closed 07hyx06 closed 3 years ago
Hi, wow, that's interesting :sweat_smile: I guess there is something occurring at low level... probably when passing NumPy data to the C wrapper? Not sure when, but I will try to reproduce this issue on Windows. For now, I would suggest running it in a Linux environment.
Got it. I run the code in wsl2.0 and find it works well.
Hi! Thanks for your great work.
I try to run the code in win10, and use
gcc -shared -o libwarping.dll warping.c
instead ofcompile.sh
. I modifiedlib = cdll.LoadLibrary("external/forward_warping/libwarping.so")
tolib = cdll.LoadLibrary("external/forward_warping/libwarping.dll")
. Then I rundepthstillation.py
but obtain strange result like that (dCOCO/im1): which is quite different from the result in supply. material. Did I miss something?