Keneyr

Results 11 comments of Keneyr

from src.utils.openpose_utils , or it's the pycharm problem

I have met the same question here. I tried to remove a component in the prefab. But Destroy() or DestroyImmediate() didn't work. Why addComponent() works well . But there's no...

I tried `renderMode = RenderMode.Auto to renderMode = RenderMode.Cpu`, it's still wrong,told me: op_error:cuda check failed(35 vs 0)

I have the same problem. But my GPU is not NVIDIA, it's AMD. I just want to know how to change gpu to cpu in testBinary.bat

use absolute path instead of relative path: 'c:\video.avi ',,,like this

I have the same problem with Zydiii. I do not have NVIDIA,CUDA and cuDNN. And I tried to change the command ,also failed in cpu mode

Anybody have the solution??? I would really appreciate it !!!!!!! I have struggled for few days...It's really confusing.... I compile OpenPose myself and repalce the dll files by copying them...

Hi, I added a GUI to the program. so the user can paint the maskMat using mouse, the core inpaint algorithm code was the same as yours. But the result...