Ask Your Question

jarulsamy's profile - activity

2020-05-23 23:57:25 -0600 received badge  Popular Question (source)
2018-07-31 21:57:04 -0600 commented answer Error While installing OpenCV 3.4.2

Yes @vickey97. Pip is pythons native package manager. https://en.wikipedia.org/wiki/Pip_(package_manager)

2018-07-30 00:03:35 -0600 commented question Why I couldn't get frames from my webcam ?

I believe you need a waitKey(0). I'm not super familiar with c++ but in python, you must have cv2.waitKey(0), otherwise

2018-07-30 00:00:04 -0600 answered a question module cv2.cv2 has no attribute 'text'

You need to install opencv-contrib pip install opencv-contrib-python

2018-07-30 00:00:03 -0600 received badge  Enthusiast
2018-07-29 23:54:23 -0600 answered a question Error While installing OpenCV 3.4.2

Instead of compiling from source, why not install with pip? pip install opencv-python If pip isn't installed: sudo apt

2018-07-29 20:32:48 -0600 asked a question CV2.rectangle expects integer on windows but works with float on Ubuntu

CV2.rectangle expects integer on windows but works with float on Ubuntu I was working on some code on ubuntu and tried t

2018-07-11 14:44:14 -0600 commented question How can I use a custom tensorflow model with the CV2 DNN module?

@berak I tried the troubleshooting and am having the same issue.

2018-07-11 11:17:15 -0600 asked a question How can I use a custom tensorflow model with the CV2 DNN module?

How can I use a custom tensorflow model with the CV2 DNN module? I retrained an object detection model based on Google's