ssotobayashi-m

Results 5 comments of ssotobayashi-m

I'm not sure if it's related to this issue, but in my environment I've encountered a situation where it seems to hang inside `reader.readtext`. It appears to work with PyTorch...

FYI, in my case, it appeared to hang when calling `toTensor` in `NormalizePAD`. https://github.com/JaidedAI/EasyOCR/blob/master/easyocr/recognition.py#L39 However, it doesn't always happen, and since the issue occurred with a certain PIL Image that...

First and foremost, it appears to run without any issues on Linux. I was testing in an Apple M1 environment, and I observed the following behavior as far as my...

I will include the Dockerfile that I had ChatGPT generate based on what I needed and then manually refined it. I started the docker container, installed additional necessary libraries inside...

I came across some interesting information that might be worth trying. Instead of running `python something.py`, we just run `OMP_NUM_THREADS=1 python something.py` (If you use `jupyter`, run `OMP_NUM_THREADS=1 jupyter` in...