Same python scripts+same settings as above,
under my laptop with a nvidia 1070 card,python wrapped openpose process consumed
1516MB GPU memory,
but under a server with nvidia 1080Ti card,openpose process consumed
7883MB GPU memory,
where does this big memory consumption comef from?Any parameter to specify GPU memory consumption?
(I have asked in openpose issue list:https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/526,but openpose guys said it isn't their problem)
This is not a PyOpenPose related issue. That said, try changing (reducing) the input resolution when initializing the PyOpenPose class and see how the memory consumption changes.
Hello,I am using PyOpenpose with below settings:
Same python scripts+same settings as above, under my laptop with a nvidia 1070 card,python wrapped openpose process consumed 1516MB GPU memory, but under a server with nvidia 1080Ti card,openpose process consumed 7883MB GPU memory, where does this big memory consumption comef from?Any parameter to specify GPU memory consumption? (I have asked in openpose issue list:https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/526,but openpose guys said it isn't their problem)