mjq11302010044 / RRPN_pytorch

RRPN in pytorch 1.0 ----- Arbitrary-Oriented Scene Text Detection via Rotation Proposals
MIT License
262 stars 56 forks source link

out of memory #22

Closed yudawen closed 5 years ago

yudawen commented 5 years ago

I want to train the RRPN in my dataset and I changed the input size to 800×800 pixels in my GTX 1080 TI GPU with 11G memory, but it occured the erreor: out of memory. I want to know what caused this. If I want to train the network with the input of 1024×1024 pixels, how much memory would be required? Can you evaluate it or did you have tried it? @mjq11302010044