BigHungryBelly

Results 4 comments of BigHungryBelly

did you add `__init__.py` in the relevant folders? I added it to utils and bbox folders.

Two things: (1) you might need to create `__init__.py` files in the relevant folders. I put one in the `\text-detection-ctpn\utils` folder, and one in the `text-detection-ctpn\utils\bbox` folder. (2). After you...

Thanks for the response! I don't have any other GPU programs running concurrently. What would be the best way to check if GPU is actually being used? I `pip install`ed...

Thanks for following up so quickly! I just ran `nvidia-smi` on my Windows. It looks like Python (the one where training is being run) uses almost all the GPU memory,...