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

Temporal video analysis #67

Closed
MalteEbner opened this issue Aug 14, 2020 · 5 comments
Closed

Temporal video analysis #67

MalteEbner opened this issue Aug 14, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@MalteEbner
Copy link

Does MMPose support a temporal analysis of videos yet, where the pose estimation is not done on a frame-by-frame basis, but rather using temporal information, like in this paper on VideoPose3D ?
Supporting temporal frameworks would need the datasets to consist of an unordered set of videos, where each video is a sequential ordered list of frames. Furthermore, the splitting of training and validation set, the definition of batches and the input to the model would also need to work accordingly.

@jin-s13
Copy link
Collaborator

jin-s13 commented Aug 16, 2020

Currently, MMPose does not support video pose estimation yet.
Thank you for the suggestion. I will leave a comment in #9 and we may consider adding this feature in the following versions.

@jin-s13 jin-s13 added the enhancement New feature or request label Aug 16, 2020
@jin-s13 jin-s13 closed this as completed Aug 17, 2020
@F9393
Copy link

F9393 commented Jul 21, 2021

Hello,

I am wondering if the mmpose repo currently supports video pose estimation (by taking into account temporal information)?

Thanks

@innerlee innerlee reopened this Jul 22, 2021
@innerlee
Copy link
Contributor

Hi @FarzanehAskari , for now supported video methods, checkout https://mmpose.readthedocs.io/en/latest/topics/body(3d,kpt,vid).html

We will add more in future, follow our monthly iteration plan for news!

rollingman1 pushed a commit to rollingman1/mmpose that referenced this issue Nov 5, 2021
@F9393
Copy link

F9393 commented Jan 7, 2022

Hello, I am wondering where to find the update for which video methods are included as of now? Thank you for the great repo.

@ly015
Copy link
Member

ly015 commented Jan 8, 2022

We currently support 3D video method (checkout here) VideoPose3D (CVPR'19) and 2D video method (checkout here) PoseWarper (NeurIPS'19). And we are also working on post-processing methods to improve temporal smoothness and robustness (checkout #1127).

Please follow our monthly iteration plan and release notes for updates.

HAOCHENYE pushed a commit to HAOCHENYE/mmpose that referenced this issue Jun 27, 2023
* [WIP] Visualizer

* add draw featmap

* update docstring

* update docstring

* update docstring

* fix comment

* fix comment

* fix comment

* fix comment

* fix comment
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

5 participants