xingyizhou / pytorch-pose-hg-3d

PyTorch implementation for 3D human pose estimation
GNU General Public License v3.0
613 stars 143 forks source link

Xorg memory leak #47

Closed Peter654q closed 5 years ago

Peter654q commented 5 years ago

Hi, I want to use your code to predict the coordinate of images, so I modify your demo code to make it save the pose information. But I found that the Debugger() will cause Xorg memory leak. Do you have any idea can help me to solve this problem?

Thanks!

xingyizhou commented 5 years ago

I honestly don't know what Xorg is and have no idea about the memory leak. Can you try removing the 3d plot part and use other 3d visualization tools for that?

Peter654q commented 5 years ago

Thanks for your reply! I disable all plot function, now it can work.