spmallick / learnopencv

Learn OpenCV : C++ and Python Examples
https://www.learnopencv.com/
21.01k stars 11.56k forks source link

opencv has no module dnn #106

Open shikhu-1997 opened 6 years ago

shikhu-1997 commented 6 years ago

Can someone help it out?

spmallick commented 6 years ago

You need to install opencv with opencv_contrib

On Wed, Aug 15, 2018 at 8:21 PM Shikha Agarwal notifications@github.com wrote:

Can someone help it out?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/spmallick/learnopencv/issues/106, or mute the thread https://github.com/notifications/unsubscribe-auth/ABo_iPFyco4ech-Xh6Pw75v9vu7zt9Pqks5uROUqgaJpZM4V_Isc .

shikhu-1997 commented 6 years ago

Can't find output blob "image" in function addInput i am not able to get dis error as the previous error has been resolved.

BlcaKHat commented 6 years ago

do it fresh. sudo apt-get update sudo apt-get upgrade install (pip3) pip3 install opencv-python pip3 install opencv-contrib-python. let me know if you get error.

Sinchiguano commented 4 years ago

You need to install opencv with opencv_contrib On Wed, Aug 15, 2018 at 8:21 PM Shikha Agarwal @.***> wrote: Can someone help it out? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#106>, or mute the thread https://github.com/notifications/unsubscribe-auth/ABo_iPFyco4ech-Xh6Pw75v9vu7zt9Pqks5uROUqgaJpZM4V_Isc .

Hi everybody,

I am so sorry for this question. Does anyone try with virtual environment Anaconda, I did install a virtual environment with python 3.5 and openCV 3.4.2 but there is a problem that certain function is not implemented, something basic like cv.imshow(winName, frame) and cv.waitKey(3000).

Any idea is welcome Thanks in advance Cesar

Sinchiguano commented 4 years ago

do it fresh. sudo apt-get update sudo apt-get upgrade install (pip3) pip3 install opencv-python pip3 install opencv-contrib-python. let me know if you get error.

Well, i found the answer to my problem with this solution plus a virtual environment created with Anaconda. Thanks

sakshiseth commented 4 years ago

@vikasgupta-github Can we close this issue?