visionml / pytracking

Visual tracking library based on PyTorch.
GNU General Public License v3.0
3.19k stars 603 forks source link

How to run the code in Windows OS #403

Open MSathishkumar1990 opened 1 year ago

MSathishkumar1990 commented 1 year ago

I want to run the code in Windows OS. I have tried with different versions of Pytorch, CUDA and Python. But, it shows some errors. line 583, in module_from_spec File "", line 1043, in create_module File "", line 219, in _call_with_frames_removed ImportError: DLL load failed: The specified module could not be found.

Please help me to solve this issue .