When I run the Convert 3D pose from camera coordinates to world coordinates block, I get this error: RuntimeError: CUDA out of memory. Tried to allocate 828.00 MiB (GPU 0; 6.00 GiB total capacity; 1.78 GiB already allocated; 0 bytes free; 1.81 GiB reserved in total by PyTorch)
I have tried several things online, including empty_cache().
So far I have been able to execute the code up to where I need to do 3D estimation. I am following the steps listed in the Google Colab notebook (https://colab.research.google.com/gist/eyaler/886ecdff6429ef9cd585d5dc8fdd51ec/openpose-video2bvh.ipynb#scrollTo=Oq64m1nPHm5E).
When I run the Convert 3D pose from camera coordinates to world coordinates block, I get this error: RuntimeError: CUDA out of memory. Tried to allocate 828.00 MiB (GPU 0; 6.00 GiB total capacity; 1.78 GiB already allocated; 0 bytes free; 1.81 GiB reserved in total by PyTorch)
I have tried several things online, including empty_cache().
Does anyone have a solution to this?