Ask Your Question
0

Running Leeds pose estimation code

asked 2016-08-16 10:02:38 -0600

trops gravatar image

I am trying to find a reliable pose estimation sample out there and have run across several codebases on github. wg-perception being one of them. I ended up running a codebase that I found and while it compiles and runs, the joints that are detected using the model are far from great.

I found this online: http://www.comp.leeds.ac.uk/mat4saj/l...

And while I see the annotations on the images, I was hoping the resulting detections would look like that ;-)

My goal is to detect the joints of the human body from still images. I know this is a big issue, but it would really be fantastic.

Thanks, John

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-08-16 20:19:01 -0600

Tetragramm gravatar image

Well, HERE is a list of the best that have been tested on this particular database. Go down the list and see if they provide code. And it looks like the best result (on the bottom, for some reason) does provide both training code, running code, and a pre-trained model. Hope that helps.

Google. It's your friend.

edit flag offensive delete link more

Comments

Hi, thanks for the answer, I have found this dataset before and I guess my struggle is HOW to use it ;-) I think this would be fantastic, and have downloaded the evaluation toolkit but I guess my question is how to use the dataset to detect positions. Im quite new to this so any help is appreciated. Im trying to get this running with C++ not matlab if possible.

trops gravatar imagetrops ( 2016-08-16 22:19:50 -0600 )edit

I'm afraid you are totally mis-understanding what is at that link. The evaluation dataset just contains data and ground truth, with functions to test how close your estimation is to the truth. There is no method for doing the estimation. That would be at any of the individual sites linked in the ranking.

Tetragramm gravatar imageTetragramm ( 2016-08-16 22:40:01 -0600 )edit

Thats what I thought :-) So here is my issue. I have the need to detect body points for my application. I am trying to find code that is written in C++ that will allow me to do this. I have found a few libraries that contain code to detect points using different models.

I would like to find out how to detect the body points in a 2d image. I hope this makes sense.

Thanks again for your help! John

trops gravatar imagetrops ( 2016-08-16 22:43:02 -0600 )edit

And they can be gotten to from that page. Seriously, there's at least two, including the highest ranked one. Newell et al is available both in pre-trained and trainable forms. Ok, I just checked. The top 5 all provide their code. You have no excuse.

Tetragramm gravatar imageTetragramm ( 2016-08-17 07:41:50 -0600 )edit

Ohhh, on the results page. Got it. I do see the code projects now. Was completely missing it. So although its not C++ Ill try my best at figuring out how to run Torch7. Was hoping to use opencv and c++. Never touched torch before. Ill give it a shot!

trops gravatar imagetrops ( 2016-08-17 09:39:17 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-08-16 10:02:38 -0600

Seen: 335 times

Last updated: Aug 16 '16