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

Multi-view 3d pose estimation #864

Closed
CheungBH opened this issue Aug 11, 2021 · 3 comments
Closed

Multi-view 3d pose estimation #864

CheungBH opened this issue Aug 11, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@CheungBH
Copy link

Hello. Will multi-view-3d-pose-estimation be added in the repo?

@jin-s13
Copy link
Collaborator

jin-s13 commented Aug 11, 2021

Yes, we have plans to do that.

@jin-s13
Copy link
Collaborator

jin-s13 commented Aug 11, 2021

Do you have any recommended papers/codes?
It would be much appreciated if you would like to contribute.

@CheungBH
Copy link
Author

Yeah, certainly.
There are 3 baseline papers, two of which have runnable code provided, while the remaining one doesn't have training code.

Learnable Triangulation of Human Pose
https://github.com/karfly/learnable-triangulation-pytorch

Epipolar Transformers
https://github.com/yihui-he/epipolar-transformers

Cross view fusion for 3d human pose estimation
(This paper doesn't have code for training. Maybe you can reproduce this paper hhhh)

@jin-s13 jin-s13 added the enhancement New feature or request label Aug 11, 2021
rollingman1 pushed a commit to rollingman1/mmpose that referenced this issue Nov 5, 2021
* resolve comments

* update changelog

* add config

* update README
@jin-s13 jin-s13 closed this as completed Dec 7, 2021
HAOCHENYE added a commit to HAOCHENYE/mmpose that referenced this issue Jun 27, 2023
* [Feature] Add BaseInferencer (open-mmlab#773)

* Update BaseInferencer

* Fix ci

* Fix CI and rename iferencer to infer

* Fix CI

* Add renamed file

* Add test file

* Adjust interface sequence

* refine preprocess

* Update unit test

Update unit test

* Update unit test

* Fix unit test

* Fix as comment

* Minor refine

* Fix docstring and support load image from different backend

* Support load collate_fn from downstream repos, refine dispatch

* Minor refine

* Fix lint

* refine grammar

* Remove FileClient

* Refine docstring

* add rich

* Add list_models

* Add list_models

* Remove backend args

* Minor refine

* Fix typos in docs and type hints (open-mmlab#787)

* [Fix] Add _inputs_to_list (open-mmlab#795)

* Add preprocess inputs

* Add type hint

* update api/infer in index.rst

* rename preprocess_inputs to _inputs_to_list

* Fix doc format

* Update infer.py

Co-authored-by: Zaida Zhou <[email protected]>

* [Fix] Fix alias type (open-mmlab#801)

* [Enhance] Support loading model config from checkpoint (open-mmlab#864)

* first commit

* [Enhance] Support build model from weight

* minor refine

* Fix type hint

* refine comments

* Update docstring

* refine as comment

* Add  method

* Refine docstring

* Fix as comment

* refine comments

* Refine warning message

* Fix unit test and refine comments

* replace MODULE2PACKAGE to MODULE2PAKCAGE

* Fix typo and syntax error in docstring

Co-authored-by: Zaida Zhou <[email protected]>
Co-authored-by: Tong Gao <[email protected]>
HAOCHENYE added a commit to HAOCHENYE/mmpose that referenced this issue Jun 27, 2023
* [Feature] Add BaseInferencer (open-mmlab#773)

* Update BaseInferencer

* Fix ci

* Fix CI and rename iferencer to infer

* Fix CI

* Add renamed file

* Add test file

* Adjust interface sequence

* refine preprocess

* Update unit test

Update unit test

* Update unit test

* Fix unit test

* Fix as comment

* Minor refine

* Fix docstring and support load image from different backend

* Support load collate_fn from downstream repos, refine dispatch

* Minor refine

* Fix lint

* refine grammar

* Remove FileClient

* Refine docstring

* add rich

* Add list_models

* Add list_models

* Remove backend args

* Minor refine

* Fix typos in docs and type hints (open-mmlab#787)

* [Fix] Add _inputs_to_list (open-mmlab#795)

* Add preprocess inputs

* Add type hint

* update api/infer in index.rst

* rename preprocess_inputs to _inputs_to_list

* Fix doc format

* Update infer.py

Co-authored-by: Zaida Zhou <[email protected]>

* [Fix] Fix alias type (open-mmlab#801)

* [Enhance] Support loading model config from checkpoint (open-mmlab#864)

* first commit

* [Enhance] Support build model from weight

* minor refine

* Fix type hint

* refine comments

* Update docstring

* refine as comment

* Add  method

* Refine docstring

* Fix as comment

* refine comments

* Refine warning message

* Fix unit test and refine comments

* add infer.md

* minor refine

* minor refine

* minor refine

* Apply suggestions from code review

Co-authored-by: Zaida Zhou <[email protected]>

* Fix conflicts and minor refine

* minor refine

* Fix as comment

Co-authored-by: Zaida Zhou <[email protected]>
Co-authored-by: Tong Gao <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants