Nikos Kolotouros

Results 9 comments of Nikos Kolotouros

Can you elaborate more on what is the issue you are facing? I haven't tried to work with bvh, but it looks that you can use the `openpose_skeleton.py` if you...

Probably you are using GPU 0. Pytorch by default I think it will try to use the GPU with the lowest id. Try to launch the demo with `CUDA_VISIBLE_DEVICES=1`.

Can you try to run it on the CPU instead? Just curious about what will happen.

I suspect that something is wrong with your system setup then. Because for inference it needs only about 1.5GB of GPU memory.

So the output of the network is 24 3x3 rotation matrices. You need to convert the rotation matrices to axis-angle first (you can find documentation for that online). Alternatively you...

Did you resolve this issue? I was not involved in writing the colab notebook, but it seems there seems to be an issue with OpenGL on your machine. Is our...

Hi, Did you resolve this issue? I don't remember seeing it before in my experiments.

Is there any specific reason the head of the people is cropped? Is it to preserve privacy? This could create a domain gap between your testing scenario and the images...

How different are the 2 results?