We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,打扰了,在多轮训练中,训练速度会越来越慢,epoch每增加1,训练时间便会增加一些,并消耗大量内存。 当我使用Oxford building数据集训练模型时,在训练数据到大概10000张,会出现如下报错: cv2.error: OpenCV(4.7.0) D:\a\opencv-python\opencv-python\opencv\modules\core\src\alloc.cpp:73: error: (-4:Insufficient memory) Failed to allocate 3145728 bytes in function 'cv::OutOfMemoryError' 定位为:load_data中的kp1, descs1 = sift.detectAndCompute(image, None) 非常希望您能解答我的问题,如果您方便的话可以加我的微信:13253618903,非常期待和您交流,最后再次表达对您开源本项目的谢意。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,打扰了,在多轮训练中,训练速度会越来越慢,epoch每增加1,训练时间便会增加一些,并消耗大量内存。
当我使用Oxford building数据集训练模型时,在训练数据到大概10000张,会出现如下报错:
cv2.error: OpenCV(4.7.0) D:\a\opencv-python\opencv-python\opencv\modules\core\src\alloc.cpp:73: error: (-4:Insufficient memory) Failed to allocate 3145728 bytes in function 'cv::OutOfMemoryError'
定位为:load_data中的kp1, descs1 = sift.detectAndCompute(image, None)
非常希望您能解答我的问题,如果您方便的话可以加我的微信:13253618903,非常期待和您交流,最后再次表达对您开源本项目的谢意。
The text was updated successfully, but these errors were encountered: