facebookresearch / adaptive_teacher

This repo provides the source code for "Cross-Domain Adaptive Teacher for Object Detection".
Other
180 stars 35 forks source link

Memory Leak #44

Closed GeoffreyChen777 closed 1 year ago

GeoffreyChen777 commented 1 year ago

Hi, thanks for your work.

https://github.com/facebookresearch/adaptive_teacher/blob/d57d20640ae314a42c43dd82b1c1e26e90fa4b95/adapteacher/data/datasets/cityscapes_foggy.py#L79-L85

Here if we don't close the pool, that may cause a memory leak.

pool.close()
yujheli commented 1 year ago

Thanks for the suggestion. I updated.