小编Jam*_*uni的帖子

CV2.imread() 的内存使用问题

I have built a faster r-cnn model and am in the process of labeling images with a bunch of bounding boxes. My issue is that the python kernel eventually crashes while labeling the first ~3000 out of 70,000 images. I have narrowed down the issue to image = cv2.imread().Regardless of using del image or image = None, the excessive memory usage persists. Is there a none memory leak issue with the CV2 library? I am using version 3.3. Is there …

python opencv

5
推荐指数
0
解决办法
1913
查看次数

标签 统计

opencv ×1

python ×1