X-AnyLabeling icon indicating copy to clipboard operation
X-AnyLabeling copied to clipboard

自动标注,下载模型过程中闪退

Open Chenastron opened this issue 1 year ago • 4 comments

v2.3.0 X-AnyLabeling-GPU.exe 而且打开文件夹需要点击两次,才能弹出对话框

Chenastron avatar Jan 17 '24 07:01 Chenastron

Hi, @Chenastron:

For the GPU version, it relies on a particular CUDA environment. Please try running the CPU version or directly running the source code.

CVHub520 avatar Jan 17 '24 15:01 CVHub520

我有着相同的问题, 不论是直接运行发行版还是运行源代码都在加载模型的过程中闪退,我的CUDA版本是11.8, 系统是WINDOWS。

TheSmileXiao avatar Jan 18 '24 20:01 TheSmileXiao

Hi, @TheSmileXiao:

I'm sorry to hear about that. Could you please specify which model you are trying to load when the issue occurs? This information will help us in providing a more accurate solution.

CVHub520 avatar Jan 19 '24 01:01 CVHub520

Hi, @TheSmileXiao:

I'm sorry to hear about that. Could you please specify which model you are trying to load when the issue occurs? This information will help us in providing a more accurate solution.

All the models are not downloadable, I run them with the source code and in cmd it shows a missing file cublaslt64_12.dll.

But I can use Tensorflow with GPU, I have cuda 11.8 installed.

TheSmileXiao avatar Jan 19 '24 16:01 TheSmileXiao

Thank you for your feedback. To address the issue, you can copy the cublaslt64_12.dll file from the bin subfolder of the CUDA Toolkit installation directory. Alternatively, I recommend trying the CPU version initially to ensure compatibility with your machine.

CVHub520 avatar Jan 20 '24 09:01 CVHub520