-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Roadmap of MMPose #9
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Speed up inference #40 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Add Yolov4 and OpenPose |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Bottom up for MPII dataset? |
This comment has been minimized.
This comment has been minimized.
support memonger : https://github.com/Lyken17/pytorch-memonger |
This comment has been minimized.
This comment has been minimized.
This comment was marked as resolved.
This comment was marked as resolved.
Background : 3d pose estimation (with video generation) with a high number of people (es: official video, minute 00:19 sec, but with a lot of people Result video: the original video is put on the top-left, with the subsuquent 3d pose of the people on the right. If there are a lot of people, the final video has strange resolution (i.e 6000x400) because every people detected is on put on the same row. What could be improve: split the people 3d pose visualization into multiple row |
This comment was marked as resolved.
This comment was marked as resolved.
update Interhand2.6M dataset which contains MANO hand mesh parameters....... |
It would be nice to have Depth-Based 3D Hand Pose Estimation methods like A2J. |
It would be great to have SmoothNet trained on 3DPW and AIST++ :) |
It would be nice to add SmoothNet training code about pose estimation, hoping it could easily retrain on my own dataset. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Will be really helpful to implement MIPNet into mmpose:
|
This comment was marked as resolved.
This comment was marked as resolved.
It would be nice to support ConvNeXt backbones. It is a very simple model that is purely convolutional. They can serve as a drop-in replacement for ResNet or Swin Transformer architectures. ImageNet-22k pretrained ConvNeXt variants are considered state-of-the-art in this regime. Official code: https://github.com/facebookresearch/ConvNeXt Thanks! |
It would be nice to have Poseaug augmentation pipeline for 3d pose estimation. Thanks! |
Would like to have Tracing support for mmPose models. File "mmdetection\mmpose\mmpose\datasets\pipelines\shared_transform.py", line 176, in call KeyError: 'flip_index' Would really appreciate having this feature! Thanks |
Can SCRFD be added to mmpose? |
It seems that SCRFD is for face detection. MMPose will focus on pose estimation/keypoint detection. Maybe it is more appropriate to support it in mmdet. |
Are you still woking on the openpose which has list on the ROADMAP for years? Thanks |
* update isort * update * update comments * update * update * update * fix bug in use cases * resolve all comments * add description of basedatasample * rename meta_info to metainfo as meta is an adj. * update * resolve comments * clean set data * finished doc * rephrase * update * resolve comments * more clear organization * rephrase * rephrase * replace 基础数据元素 by 数据元素 * rephrase
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.
You can either:
The text was updated successfully, but these errors were encountered: