HypoX64 / DeepMosaics

Automatically remove the mosaics in images and videos, or add mosaics to them.
GNU General Public License v3.0
2.08k stars 434 forks source link

The specified module could not be found. Error loading "C:\Users\Eyrikfox\Desktop\DeepMosaics_0.5.1_gpu\core\torch\lib\caffe2_detectron_ops_gpu.dll" or one of its dependencies #134

Open WWWNoobhere opened 8 months ago

WWWNoobhere commented 8 months ago

can anyone tell the problem and how to solve it?

The specified module could not be found. Error loading "C:\Users\Eyrikfox\Desktop\DeepMosaics_0.5.1_gpu\core\torch\lib\caffe2_detectron_ops_gpu.dll" or one of its dependencies

robertdu86 commented 7 months ago

all the files you need are in the archive, you need to decompress the archive "DeepMosaics_0.5.1_gpu_windows_amd64.7z" into a folder. or maybe it's a problem with your cuda version, check this it seems somebody had the same problem: https://github.com/HypoX64/DeepMosaics/issues/117

Maverynthia commented 4 months ago

Have the same problem

Paul-Williams commented 3 months ago

me to

Removing the problem DLL then just throws the same error for the next one in the 'list'

hanzhanji1 commented 1 month ago

Wrong CUDA version, only CUDA 11.0 works.

You can also run the source code with CUDA of higher version like me: cuda==12.4 cudnn==9.3.0 torch==2.4.0+cu124 torchvision==0.19.0+cu124