HypoX64 / DeepMosaics

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

v0.4.1 #47

Open shoogamez opened 3 years ago

shoogamez commented 3 years ago

[WinError 126] The specified module could not be found. Error loading "C:\DeepMosaics_V0.4.1_gpu\core\torch\lib\caffe2_detectron_ops_gpu.dll" or one of its dependencies. Please press any key to exit.

how to fix

Sherlock-hh commented 3 years ago

Hi, I met the same problem,did you solved this problem? here is my error imfomation: 2021-03-02 14:32:27,239 - DEBUG - Traceback (most recent call last): File "../../realsense_openpose/Pymvpose\why.py", line 12, in import torch File "E:\development\Anaconda3\envs\mvposepy37t1\lib\site-packages\torch__init__.py", line 116, in raise err OSError: [WinError 127] 找不到指定的程序。 Error loading "E:\development\Anaconda3\envs\mvposepy37t1\lib\site-packages\torch\lib\caffe2_detectron_ops_gpu.dll" or one of its dependencies.

I just use the c++ code to use the python code ,I try python code in cmd with the same evironment the error dosen't happend

Sherlock-hh commented 3 years ago

Hi, I met the same problem,did you solved this problem? here is my error imfomation: 2021-03-02 14:32:27,239 - DEBUG - Traceback (most recent call last): File "../../realsense_openpose/Pymvpose\why.py", line 12, in import torch File "E:\development\Anaconda3\envs\mvposepy37t1\lib\site-packages\torch__init__.py", line 116, in raise err OSError: [WinError 127] 找不到指定的程序。 Error loading "E:\development\Anaconda3\envs\mvposepy37t1\lib\site-packages\torch\lib\caffe2_detectron_ops_gpu.dll" or one of its dependencies.

I just use the c++ code to use the python code ,I try python code in cmd with the same evironment the error dosen't happend

King9999 commented 3 years ago

I'm getting the exact same problem.

Sherlock-hh commented 3 years ago

I found my code loaded the dll :cudnn64_7.dll. prtorch loaded this dll which is from it's own pytorch/....../libs,and after compar, it different from the one my code loaded, just use the dll to instead the one my code used, and the problem solved. you can check the dll library, compare the diffrence between loaded and in the pytorch/...../libs/

---Original--- From: "Mike Murray"<notifications@github.com> Date: Sat, Mar 6, 2021 00:44 AM To: "HypoX64/DeepMosaics"<DeepMosaics@noreply.github.com>; Cc: "大哥大哥你还好吗"<1245472698@qq.com>;"Comment"<comment@noreply.github.com>; Subject: Re: [HypoX64/DeepMosaics] v0.4.1 (#47)

I'm getting the exact same problem.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

Nabinamoon commented 3 years ago

Iam having the same problem, anyone resolved it?

Please do share, seems we are left to figure this all out ourselves -_-

HypoX64 commented 3 years ago

The reason for this bug is very complicated, I need to find a more effective packaging method. If this kind of error occurs, I suggest not to use GPU version.

Milincho commented 2 years ago

Same error here. How can we solve this?

Tom-CSTech commented 1 year ago

This appears to still not be fixed even for version 0.5.1... I would've guessed a major version upgrade would've resolved it.

Milincho commented 1 year ago

This appears to still not be fixed even for version 0.5.1... I would've guessed a major version upgrade would've resolved it.

It's a real pity that DeepMosaics became full abandonware. No news for more than 1.5 years and @HypoX64 is not answering any messages, not even to any of his listed email addresses.

river371 commented 2 months ago

First uninstallation of CUDA and Python and then reinstall the CUDA_11.0.2 version and Python_3.10.6 version. Try it, I can use the GPU version so much, which is more than 10 times faster.

Milincho commented 2 months ago

First uninstallation of CUDA and Python and then reinstall the CUDA_11.0.2 version and Python_3.10.6 version. Try it, I can use the GPU version so much, which is more than 10 times faster.

Nah. 3 years old abandonware... just doesn't worth the trouble anymore.