MhLiao / TextBoxes

TextBoxes: A Fast Text Detector with a Single Deep Neural Network
https://github.com/MhLiao/TextBoxes
Other
633 stars 154 forks source link

Check failed: error == cudaSuccess (2 vs. 0) out of memory #76

Closed Liampingfang closed 6 years ago

Liampingfang commented 6 years ago

What can I do for the problem.thank you in advance

MhLiao commented 6 years ago

You may have no enough GPU memory.

gaalejandre commented 6 years ago

I used mode CPU, it worked and ran it about 15 mins in a single scale, (300,300). When I ran with GPU mode, the program crashes with that error.

sungwonida commented 5 years ago

My gear is GTX 1080 ti which has 11 GB of memory. I encountered the same issue.
I'm currently working at fd4d7a9.

sungwonida commented 5 years ago

87 helped me. I wish that helps someone else too.