Keep-Passion / ImageStitch

A Fast Algorithm for Material Image Sequential Stitching
MIT License
190 stars 50 forks source link

from myGpuFeatures import myGpuFeatures #9

Closed nxm19830306 closed 3 years ago

nxm19830306 commented 3 years ago

ImportError: DLL load failed: 找不到指定的模块。

Could you upload myGpuFeatures.py file? Thanks

nxm19830306 commented 3 years ago

How to solve this problem? Thanks

Keep-Passion commented 3 years ago

Please unzip my GPU features. rar in your windows system

nxm19830306 commented 3 years ago

Yes, I unziped "my GPU features. rar" in my win10 system,but it does't work. The CUDA version is 9.

I used the anaconda3 to manage the software. The install software is followed: python 3.6.12 certifi 2020.12.5 cycler 0.10.0 decorator 4.4.2 imageio 2.9.0 install 1.3.4 kiwisolver 1.3.1 llvmlite 0.36.0 matplotlib 3.3.4 networkx 2.5.1 numba 0.53.1 numpy 1.19.5 opencv-contrib-python 3.3.1.11 opencv-python 3.3.1.11 Pillow 8.2.0 pip 21.1.1 pyparsing 2.4.7 python-dateutil 2.8.1 PyWavelets 1.1.1 scikit-image 0.17.2 scipy 1.5.4 setuptools 52.0.0.post20210125 six 1.16.0 tifffile 2020.9.3 wheel 0.36.2 wincertstore 0.2

Keep-Passion commented 3 years ago

I have update requirements.txt,it can work on my computer

Keep-Passion commented 3 years ago

If it helps you, please star this repo and sponsor to me if you like

fanweiya commented 3 years ago

@nxm19830306 you can revise ImageUtility.py "from myGpuFeatures import myGpuFeatures" to "import myGpuFeature" and only sift mthod is available on GPU.

nxm19830306 commented 3 years ago

 This problem is fixed, thanks.

------------------ 原始邮件 ------------------ 发件人: "Keep-Passion/ImageStitch" @.>; 发送时间: 2021年6月9日(星期三) 中午12:03 @.>; @.**@.>; 主题: Re: [Keep-Passion/ImageStitch] from myGpuFeatures import myGpuFeatures (#9)

@nxm19830306 you can revise ImageUtility.py "from myGpuFeatures import myGpuFeatures" to "import myGpuFeature" and only sift mthod is available on GPU.

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