tensorflow / models

Models and examples built with TensorFlow
Other
77.25k stars 45.75k forks source link

Towards accurate multi-person pose estimation in the wild #2509

Open HaoLiuHust opened 7 years ago

HaoLiuHust commented 7 years ago

Is this paper implemented in models?

reedwm commented 7 years ago

/CC @gpapan @jonathantompson

gpapan commented 7 years ago

Not yet, but we have tentative plans to add it in a few months from now.

xzha8059 commented 7 years ago

Hi,gpapan,could you recommend some reference about the hough voting in your paper? I am very interested in your paper.

steph-tan commented 6 years ago

@gpapan hi, Is this paper's implementation added? Not sure if I had missed something..

Axlef commented 6 years ago

Up, this is a very exciting work and we would love to test it on tensorflow. Also do you have data about performance (inference speed) of the system ? You mentioned faster inference depending on the module (ResNet-50, input size, cropping size) but no numbers are provided. Do you think it can achieve real-time detection on an "average" machine ?

thomaswienecke commented 6 years ago

Are there any news about this?

gpapan commented 6 years ago

We have not yet open sourced the system. @Axlef : Yes, the ResNet-based system can run in real time on a machine with a modern GPU.

ChinaCobby commented 5 years ago

Hello, I have read your paper, but I do not understand the hough voting and the equation about it in the paper? Could you help me explain it? Thank you so much.

chenyanyin commented 5 years ago

Is this paper implemented in models now?

ludns commented 5 years ago

+1

thomaswienecke commented 5 years ago

+1

tensorflowbutler commented 4 years ago

Hi There, We are checking to see if you still need help on this, as this seems to be considerably old issue. Please update this issue with the latest information, code snippet to reproduce your issue and error you are seeing. If we don't hear from you in the next 7 days, this issue will be closed automatically. If you don't need help on this issue any more, please consider closing this.

WarrenGreen commented 4 years ago

We still want this.

JulianAssmann commented 3 years ago

Are there any updates? If I understand correctly, the tfjs-models library provides an implementation of this here, right?