Ask Your Question

metal_turtle's profile - activity

2019-02-25 10:14:01 -0600 received badge  Famous Question (source)
2018-09-19 05:11:28 -0600 received badge  Notable Question (source)
2018-07-22 06:40:15 -0600 received badge  Popular Question (source)
2018-03-16 01:50:21 -0600 received badge  Enthusiast
2018-03-14 21:48:56 -0600 edited question How to find poselets in the Pascal VOC database?

How to find poselets in the Pascal VOC database? my project involves grouping of similar arm poses. I have the PASCAL VO

2018-03-14 21:48:13 -0600 asked a question How to find poselets in the Pascal VOC database?

How to find poselets in the Pascal VOC database? my project involves grouping of similar arm poses. I have the PASCAL VO

2018-03-14 07:42:10 -0600 commented answer undefined reference to cv::ml::SVM::create()

Oh yea thats right.

2018-03-14 07:26:38 -0600 commented answer undefined reference to cv::ml::SVM::create()

Thanks a lot! I searched a lot of sites but they don't explain what libraries are needed.Another question: How would I

2018-03-14 07:26:19 -0600 commented answer undefined reference to cv::ml::SVM::create()

Thanks a lot! I searched a lot of sites but they don't explain what libraries are needed.Another question: How would I

2018-03-14 07:17:21 -0600 asked a question undefined reference to cv::ml::SVM::create()

undefined reference to cv::ml::SVM::create() I was trying to use SVM and i wrote this short code:- ``` #include <op

2018-03-09 22:08:37 -0600 commented answer cv2 'module' object has no attribute 'Tracker_create'

Is your version above 3.0.0? I still couldn't install version 3.4. The only solution i know is to delete opencv and inst

2018-01-29 12:10:15 -0600 commented answer cv2 'module' object has no attribute 'Tracker_create'

I copied cv2.so from opencv/build/lib to /usr/local/lib/python2.7/site-packages. Still the same issue. Installation is

2018-01-29 12:09:03 -0600 commented answer cv2 'module' object has no attribute 'Tracker_create'

I copied cv2.so from opencv/build/lib to usr/local/lib/python2.7. Still the same issue. Installation is such a frustrati

2018-01-29 11:29:29 -0600 commented answer cv2 'module' object has no attribute 'Tracker_create'

I have done what you have said. But when i check the opencv version it says "3.0.0": cv2.__version__ output:

2018-01-29 11:19:22 -0600 received badge  Organizer (source)
2018-01-29 11:12:43 -0600 received badge  Editor (source)
2018-01-29 11:12:43 -0600 edited question Hand recognition and tracking question.

Hand recognition and tracking question. My project needs hand recognition and tracking. I understand the difficulties of

2018-01-29 11:01:47 -0600 asked a question Hand recognition and tracking question.

Hand recognition and tracking question. My project needs hand recognition and tracking. I understand the difficulties of

2018-01-29 09:30:19 -0600 commented answer cv2 'module' object has no attribute 'Tracker_create'

Thank you. I'm rebuilding it at the moment.

2018-01-29 09:03:18 -0600 commented answer cv2 'module' object has no attribute 'Tracker_create'

Okay thanks! So do I again build everything with the previous opencv 3.0.0 installed? Like I mean should i just type in

2018-01-29 08:57:33 -0600 commented question cv2 'module' object has no attribute 'Tracker_create'

After typing help(cv2):- NAME cv2 FILE /home/madan/.virtualenvs/cv/local/lib/python2.7/site-packages/cv2.so S

2018-01-29 08:53:04 -0600 commented question cv2 'module' object has no attribute 'Tracker_create'

I have also tried cv.TrackerMIL_create() but that too is not found in the module.

2018-01-29 08:51:07 -0600 commented question cv2 'module' object has no attribute 'Tracker_create'

Okay what should I do to show what I have done? I'm quite new to this. I have followed the tutorial and have entered eve

2018-01-29 08:49:03 -0600 commented question cv2 'module' object has no attribute 'Tracker_create'

Okay what should I do to show what I have done? I'm quite new to this. I have followed the tutorial and have entered eve

2018-01-29 08:43:59 -0600 asked a question cv2 'module' object has no attribute 'Tracker_create'

cv2 'module' object has no attribute 'Tracker_create' I have followed this tutorial exactly to install python 2.7 and op