Haodong Duan

Results 129 comments of Haodong Duan

Which specific problem did you encounter?

Hi, @FrankHan052176 , Looks like this is a Qt related problem, I will take some time to try to find the reason. For now, if you just want to try...

You can try the [new installation guide](https://github.com/kennymckormick/pyskl/blob/051a094f9de6cbe9ddeb1f3a8f2754629691ca42/README.md?plain=1#L46) to reinstall pyskl and see if the problem has been fixed now. Sorry for the late fix.

Hi, nunziati, My Windows laptop can run your minimal examples bug-free. This weekend I can have a try with a clean Ubuntu 22.04 linux desktop and I will provide more...

It might be released in the future. But again, it's a very simple operation: you just duplicate a hand skeleton $T$ times, stack them to form a length-T clip.

Hi, [harithahpillai](https://github.com/harithahpillai). Your reported error is: `init() got an unexpected keyword argument 'model_complexity'`, which looks like a problem with `mediapipe`. A reasonable guess is that you are using an older...

Please following the [new installation guide](https://github.com/kennymckormick/pyskl/blob/051a094f9de6cbe9ddeb1f3a8f2754629691ca42/README.md?plain=1#L46) to reinstall pyskl and see if the problem has been fixed now.

Hi, [wadoodbaig](https://github.com/wadoodbaig), according to the command you ran, you are trying to use 4 GPUs for skeleton extraction. One thing you can check is that if you have 4 GPUs...

Recently I also met this problem. I guess the potential reason be a new version of gcc is used to compile the open-mmlab codebases, which lead to some errors. Now...

According to your description, adding `import pyskl.models` will lead to a runtime error in cv2.imshow. That sounds weird and I have not met that before. One suggestion is that, you...