Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out of memory while running demo #19

Open
vikram-gupta opened this issue Oct 28, 2017 · 11 comments
Open

Out of memory while running demo #19

vikram-gupta opened this issue Oct 28, 2017 · 11 comments

Comments

@vikram-gupta
Copy link

vikram-gupta commented Oct 28, 2017

I am getting out of memory error while running the demo using the following command. I am using GeForce GTX 1070.

python ./pose_demo.py image.png --out_name=prediction

INFO:estimate_pose:Done!
F1028 23:43:02.663663 10368 syncedmem.cpp:56] Check failed: error == cudaSuccess (2 vs. 0)  out of memory
*** Check failure stack trace: ***
Aborted (core dumped)
@CamilleMaurice
Copy link

@vikram-gupta Same for me (but not same graphic card). Did you manage to fix it ?

@vikram-gupta
Copy link
Author

@CamilleMaurice not yet !

@CamilleMaurice
Copy link

CamilleMaurice commented Oct 30, 2017

I've reinstalled it from scratch but I still face the same problem. If I find out a solution I'll let you know here. Btw, I am using anaconda2

@eldar
Copy link
Owner

eldar commented Oct 30, 2017

Hi,

This is interesting. What is the size of image.png? If it is too big, then unfortunately it won't fit into memory.

Cheers,
Eldar.

@CamilleMaurice
Copy link

CamilleMaurice commented Oct 30, 2017

The size is 274x512 pixels in the demo. I've tried to resize it to a smaller size, without success. I've already installed deeplearning frameworks using Caffe and Cuda and this is the first time I face this error. I'm not using Debian Wheezy but Ubuntu 16.04 and I am using CUDA 8.0.61

@asnt
Copy link

asnt commented Nov 8, 2017

Same problem on a 4GB Quadro M2000M. The problem persists whatever the input image size.
Do we need a 12GB card for running on GPU?

@CamilleMaurice
Copy link

Reading the paper I've also found out the use of 12GB GPU. Next week I might be able to try with 11GB GPU card. I wont have access to more GPU for now so that will be my last test and I'll report here my results.

@CamilleMaurice
Copy link

Here are some news, I managed to install it and it worked on the : GeForce GTX 1080 Ti 11Go.

@williammm001
Copy link

It doesn't work on RTX 2080 Super. I guess it might need a 11GB GPU card like 1080Ti.

@CamilleMaurice
Copy link

It doesn't work on RTX 2080 Super. I guess it might need a 11GB GPU card like 1080Ti.

Yes. The need for NVIDIA and CUDA is widespread. You often need them to run pose estimation algorithms. It is the same for OpenPose (you might be insterested).

@williammm001
Copy link

It doesn't work on RTX 2080 Super. I guess it might need a 11GB GPU card like 1080Ti.

Yes. The need for NVIDIA and CUDA is widespread. You often need them to run pose estimation algorithms. It is the same for OpenPose (you might be insterested).

Thanks. I used deepcut just because it is part of the MuVS. I just wonder why it requires so much GPU memory...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants