3togo

Results 52 comments of 3togo

Either way will do. 1. > overwrite compile.sh in swig directory `./compile.h` 2. > copy CMakeLists.txt to swig directory ``` cd swig mkdir build cd build make python3 example.py ```...

I am getting similar error. No idea on how to debug it. Any help? ``` eli@jc-acer:~/gitee/arrayfire-python/examples/computer_vision$ AF_PRINT_ERRORS=1 python test.py ArrayFire v3.9.0 (CUDA, 64-bit Linux, build da1ae517) Platform: CUDA Runtime 11.5,...

problem fixed after installing forge

I can't download from below: http://horatio.cs.nyu.edu/mit/silberman/nyu_depth_v2/nyu_depth_v2_labeled.mat any other alternative link available?

will it be too big for baiduyun?下午5:22, 2018年9月18日, Matrix : I can't download from below: http://horatio.cs.nyu.edu/mit/silberman/nyu_depth_v2/nyu_depth_v2_labeled.mat any other alternative link available? 用迅雷 —You are receiving this because you commented.Reply to...

@ranftlr , I try to trace your "dpt_hybrid-midas-d889a10e.pt" using torch.jit.trace but failed Below is the error message: File "/usr/local/lib/python3.9/dist-packages/torch/_tensor.py", line 867, in unflatten return super(Tensor, self).unflatten(dim, sizes, names) RuntimeError: NYI:...

I confirmed that rebuilding could fix the problem. In msys2 shell, ``` git clone "https://github.com/msys2/MINGW-packages" cd mingw-w64-opencv makepkg-mingw -sCLf pacman -U mingw-w64-x86_64-opencv-4.5.2-4-any.pkg.tar.zst ```

Install patch pacman -S patch

It won't work again. ``` $ python -c "import ctypes, os;ctypes.cdll.LoadLibrary(os.path.realpath('\msys64\mingw64\lib\python3.10\site-packages\libxml2mod.pyd'))" $ python -c "import ctypes, os;ctypes.cdll.LoadLibrary(os.path.realpath('\msys64\mingw64\lib\python3.10\site-packages\cv2.cp310-mingw_x86_64.pyd'))" Traceback (most recent call last): File "", line 1, in File "D:/msys64/mingw64/lib/python3.10/ctypes/__init__.py", line...

cv2.cp310-mingw_x86_64.pyd does not have any missing dependencies. But it can't be imported by "import cv2", ``` $ python -c "import cv2" Traceback (most recent call last): File "", line 1,...