Open ozancaglayan opened 2 years ago
thanks, we will investigate this.
Hello, I am also seeing the same issue and would like to run only on CPU. Is there any update on this?
We found the problem. Patch is coming soon.
I've set pin_memory=False in get_text function for recognizer.py and this seems to work. Is this all that is needed?
Hi,
When I create the
reader
object withgpu=False
, it doesnt directly use the GPU device, but upon callingreadtext
, it captures the first available GPU device apparently uses it according tonvidia-smi
. I verified that its notdetect()
that triggers the GPU use so its probably the recognizer pipeline. I didnt have time to debug further.