williamfzc / stagesepx

detect stages in video automatically
MIT License
434 stars 125 forks source link

cv::OutOfMemoryError #86

Closed williamfzc closed 4 years ago

williamfzc commented 4 years ago

在大部分例程中,默认开启了 预加载 功能用于加速整个视频分析过程。 但从另一方面,预加载是以较高的内存消耗为代价的。

# 开启预加载
video.load_frames()

目前对于下列两种情况是问题高发区:

建议:

其他原因: