-
Notifications
You must be signed in to change notification settings - Fork 896
Insufficient memory #957
New issue
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
Comments
did u find the solution? |
no i don't find solution. if you have any solution please give me. |
Well Iam trying to test opencv 4.5.4 or 4.2.0 they should work. |
ok. i try 4.5.4 version and after i tell you. |
i try version 4.5.4 and its get error like Collecting opencv-python==4.5.4.60 × pip subprocess to install build dependencies did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × pip subprocess to install build dependencies did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
Iam already on half of the way of 4.5.4 :))
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Dhruv00710 ***@***.***>
Sent: Saturday, March 16, 2024 12:51:00 PM
To: opencv/opencv-python ***@***.***>
Cc: Sadegh Kalami ***@***.***>; Comment ***@***.***>
Subject: Re: [opencv/opencv-python] Insufficient memory (Issue #957)
Well Iam trying to test opencv 4.5.4 or 4.2.0 they should work. I'll keep u in touch, but it may take a day to reach u. I suggest u to test 4.5.4.
ok. i try 4.5.4 version and after i tell you.
—
Reply to this email directly, view it on GitHub<#957 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A7DNTQNMOBGHOD7QBNTFICLYYQFHZAVCNFSM6AAAAABDYSRR36VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBRHEZDIMZQGE>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Oh darling |
which version i use. |
Tell me about your OS.
|
i use windows 10 pro 64 bit operating system |
Finding out the bug took me 1 day and i didn't sleep 20hours. |
hi, @Sadegh-Kalami |
hi, @nanbwrn
If you want to check the specific OpenCV version your project is using, you can add the following lines to your CMakeLists.txt:
When you run CMake, it will output the OpenCV version found, like this:
|
sir I made OMR program in python version 3.11.4 32 bit version and its get problem about memory. and i am not use python 64 bit version because i also use twain library for scan OMR sheet and twain library is work on 32 bit and in 64 bit python its not show the scanner. so i use 32 bit library.
Error like :
res = cv2.matchTemplate(
^^^^^^^^^^^^^^^^^^
cv2.error: OpenCV(4.8.0) D:\a\opencv-python\opencv-python\opencv\modules\core\src\alloc.cpp:73: error: (-4:Insufficient memory) Failed to allocate 4380856 bytes in function 'cv::OutOfMemoryError'
and sir please replay me.
The text was updated successfully, but these errors were encountered: