facebookresearch / DetectAndTrack

The implementation of an algorithm presented in the CVPR18 paper: "Detect-and-Track: Efficient Pose Estimation in Videos"
Apache License 2.0
1k stars 186 forks source link

add codes for predicting pose with 3D pretrained model #39

Closed Marcovaldong closed 6 years ago

Marcovaldong commented 6 years ago

Ref #29

facebook-github-bot commented 6 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

facebook-github-bot commented 6 years ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

rohitgirdhar commented 6 years ago

Great, thanks @Marcovaldong! @heury, since you asked for this feature, would you mind testing if it works for you?

heury commented 6 years ago

@rohitgirdhar It is working nicely. Thanks @Marcovaldong

rohitgirdhar commented 6 years ago

Cool, thanks!

kaisark commented 6 years ago

@Marcovaldong @heury What does the 3d output look like compared to 2D output? Are you running the 3D model against 2d Video or against depth data (RGB-D)? Can someone upload a GIF of their output? Can this output be added to the project readme? Thanks!