Banma123 发表于 2024-4-4 13:04:33

大佬们,问一下选择显卡模式,加载人脸图片时总是报这个错误怎么解决


Exception in Tkinter callback
Traceback (most recent call last):
File "tkinter\__init__.py", line 1921, in __call__
File "rope\GUIElements.py", line 401, in <lambda>
    self.button.configure(command=lambda: self.function())
File "rope\GUI.py", line 903, in select_faces_path
    self.load_source_faces()
File "rope\GUI.py", line 983, in load_source_faces
    kpss = self.models.run_detect(img, max_num=1) # Just one face here
File "rope\Models.py", line 74, in run_detect
    kpss = self.detect_retinaface(img, max_num=max_num, score=score)
File "rope\Models.py", line 284, in detect_retinaface
    self.retinaface_model.run_with_iobinding(io_binding)
File "onnxruntime\capi\onnxruntime_inference_collection.py", line 331, in run_with_iobinding
    self._sess.run_with_iobinding(iobinding._iobinding, run_options)
RuntimeError: Error in execution: Non-zero status code returned while running Resize node. Name:'Resize_124' Status Message: CUDA error cudaErrorNoKernelImageForDevice:no kernel image is available for execution on the device

meiyouruguo 发表于 2024-4-4 14:04:57

出现这个错误应该你显卡的问题,你显卡是英伟达显卡吗
如果不是显卡问题,那就不清楚了,你这个不是论坛下载的软件
页: [1]
查看完整版本: 大佬们,问一下选择显卡模式,加载人脸图片时总是报这个错误怎么解决