Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable demo (inference on multi-view images) #2

Open
4 tasks
kristijanbartol opened this issue Jul 21, 2022 · 2 comments
Open
4 tasks

Enable demo (inference on multi-view images) #2

kristijanbartol opened this issue Jul 21, 2022 · 2 comments
Assignees

Comments

@kristijanbartol
Copy link
Owner

kristijanbartol commented Jul 21, 2022

Motivation

The most natural expectation is to have a demo script to run results on your own data, which is the main "selling point" of the paper. To make it more convenient for the users, it would be nice to have a script that directly takes images and produces 3D poses, without having to go to other repository first to produce 2D keypoint estimations.

Description

In order to support demo, several steps need to be prepared:

  • 2D keypoint detections (using a "custom" detector, such as OpenPose)
  • camera parameters estimation (in case the parameters are not already obtained)
  • create a custom dataset on-the-fly
  • 3D keypoint estimations similar to the current test() function
@kristijanbartol kristijanbartol self-assigned this Jul 21, 2022
@kristijanbartol kristijanbartol changed the title Support demo (inference on images) Support demo (inference on multi-view images) Jul 21, 2022
@kristijanbartol kristijanbartol changed the title Support demo (inference on multi-view images) Enable demo (inference on multi-view images) Jul 21, 2022
@anas-zafar
Copy link

Hi @kristijanbartol! Thanks for the amazing work. Any updates on v0.2?

@kristijanbartol
Copy link
Owner Author

kristijanbartol commented Apr 11, 2023

Hi @anas-zafar , thank you for the reminder and I'm sorry to disappoint! I am currently working hard to finish my new work so I can't finish v0.2. As a minor excuse, most of the v0.2 is out of the scope of the paper (it is moving towards future work), so I would be glad to assist you with v0.2 for your use case or, ideally, assist you with the pull request to update this repository. :) I am planning to go back to this project by the end of May!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants