Ask Your Question

Gajjar_Mihir's profile - activity

2018-04-26 03:01:10 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

The paper the model is based on i.e. "Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields" says that it

2018-04-25 04:12:11 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

You need to download the cmu model from here which is around 209mb. It is accurate than mobilenet_thin for sure. I dont

2018-04-25 04:11:47 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

You need to download the cmu model from here. It is accurate than mobilenet_thin for sure. I dont know if it is better t

2018-04-25 03:13:56 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

its of almost the same size i.e. 209mb. I think its worth giving a try. Can you please tell me how to use that to make p

2018-04-25 00:12:20 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

which model did you try from ildoonet, mobilenet_thin or cmu model? The cmu model is more accurate.

2018-04-23 07:48:38 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

So as far as accuracy is concerned this (pose_iter_440000.caffemodel) is the best model ?

2018-04-23 07:43:37 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

ohh ok. So is there any model which gives better predictions than this (pose_iter_440000.caffemodel) ?

2018-04-23 07:24:03 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

I am just curious to know how opencv does this. I am also trying to use the .pb file provided by ildoonet on Github to

2018-04-23 07:19:00 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

Yes. It works perfectly fine. Thank you for your help. Again I really appreciate your help :) :)

2018-04-21 04:11:13 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

Yes I haven't scaled the heatmap. I tried to find it in the example openpose.java. How should I convert them so that the

2018-04-21 02:20:13 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

Yeah the lines can be drawn but the coordinates which I am getting do not correspond to the pixels of the original image

2018-04-21 02:11:40 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

I am just getting the points. Is there any way to show these points in the image like draw the skeleton overlapping the

2018-04-21 02:11:11 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

I am just getting the points. Is there anyway to show these points in the image like draw the skeleton in the overlappin

2018-04-21 01:57:39 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

It takes about 40 seconds on my Xiaomi Redmi Note 4 with the following specifications: 1. Snapdragon 625 processor 2. 4G

2018-04-20 08:43:09 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

Yes. Now it works perfectly fine. I tried it out on several images and it works fine. Thank you very much for your help.

2018-04-20 08:02:20 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

Okay so I think there is some progress. Now I am getting the points but only the x coordinates. All the y coordinates ar

2018-04-20 08:01:25 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

Okay so I think there is some progress. Now I am getting the points but only the x coordinates. All the y coordinates ar

2018-04-20 07:38:49 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

I am not able to find COLOR_ARGB2BGR also. Can we reduce the number of channels using mat1 = mat1.reshape(3) ?

2018-04-20 07:28:01 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

I am not able to find COLOR_ARGB2BGR also.

2018-04-20 07:17:53 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

And also for lines 157 and 158 ? I cannot use Float at line 153. It shows that out.get(0,i) is a double[] and hence I c

2018-04-20 07:13:29 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

And also for lines 157 and 158 ?

2018-04-20 07:02:32 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

I think the point float, not double here does not point to the correct line. I tried with the previous two changes but t

2018-04-20 07:02:08 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

I think the point float, not double here does not point to the correct line. I tried with the previous two changes but t

2018-04-20 07:00:24 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

I think the point float, not double here does not point to the correct line. I tried with the previous two changes but t

2018-04-19 07:01:13 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

I am extremely sorry. I have uploaded the main java file here . I have uploaded a file named error.txt also which contai

2018-04-19 06:59:13 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

I am extremely sorry. I have uploaded the main java file here . I have uploaded a file named error.txt also which contai

2018-04-19 06:19:57 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

The android project is about 700mb. Can we upload that on github?

2018-04-19 05:54:50 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

int frameWidth = mat1.width(); int frameHeight = mat1.height(); Log.d("DEBUG",frameHeight + " " + frameWidth + " " + mat

2018-04-11 08:33:29 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

Should I upload the Android project on my Github repo or should I paste the code here? I think uploading would be a bet

2018-04-11 08:33:11 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

Should I upload the Android project on my Github repo or should I paste the code here? I think uploading would be a bet

2018-04-11 08:31:49 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

Should I upload the Android project on my Github repo or should I paste the code here?

2018-04-11 06:54:51 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

I am trying to implement it on android (java). The code works on ubuntu with opencv 3.4.1 but I am getting error on andr

2018-04-11 06:18:37 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

Yes..!! It works perfectly fine for a single person. The code is available at this link: https://github.com/opencv/open

2018-04-11 06:17:52 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

Yes..!! It works perfectly fine for a single person. The code is available at this link: https://github.com/opencv/open

2018-04-11 06:16:08 -0600 commented question Multi-person poses' detection using OpenCV + OpenPose

Yes..!! It works perfectly fine for a single person. The code is available at this link: https://github.com/opencv/open

2018-04-11 06:14:19 -0600 answered a question Multi-person poses' detection using OpenCV + OpenPose

Yes..!! It works perfectly fine for a single person. The code is available at this link: https://github.com/opencv/open

2018-04-09 08:24:57 -0600 answered a question Where can I find the caffe models for the Openpose sample of the dnn module?

Thanks for the data. The code works perfectly fine on ubuntu with opencv 3.4.1. I am trying to run the code on android p