xhp-hust-2018-2011 / S-DCNet

Implementaion of S-DCNet (ICCV 2019)
MIT License
133 stars 27 forks source link

The memeory is increasing until crash #9

Open bilel-bj opened 4 years ago

bilel-bj commented 4 years ago

Thanks first for the beautiful work you did. \ When aplying the code on large amount of images, the memory use increases after efvery processing of one image until crash of system. I tried to delete some variable after use without any effect how to solve this memory issue?

xhp-hust-2018-2011 commented 4 years ago

In the validation program in 'val.py', each variable is resued for each image. Maybe there is one large image that can not process?