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

[Feature] Support 6DofPoseEstimation #2266

Open
wants to merge 15 commits into
base: dev-1.x
Choose a base branch
from
Open

Conversation

lyviva
Copy link

@lyviva lyviva commented Apr 20, 2023

Motivation

Tools for 6DofPoseEstimation with keypoints. it's not complete, i will fix soon.

Modification

linemod2coco.py
demo.py

@CLAassistant
Copy link

CLAassistant commented Apr 20, 2023

CLA assistant check
All committers have signed the CLA.

@Tau-J Tau-J changed the base branch from 1.x to dev-1.x April 20, 2023 14:50
Comment on lines 23 to 30
detector = init_detector(
'/home/liuyoufu/code/mmpose-openmmlab/mmpose/work_dirs/rtmdet_tiny_ape/rtmdet_tiny_ape.py',
'/home/liuyoufu/code/mmpose-openmmlab/mmpose/work_dirs/rtmdet_tiny_ape/best_coco_bbox_mAP_epoch_90.pth',
device=device)

pose_estimator = init_pose_estimator(
'/home/liuyoufu/code/mmpose-openmmlab/mmpose/work_dirs/rtmpose-s_ape/rtmpose-s_ape.py',
'/home/liuyoufu/code/mmpose-openmmlab/mmpose/work_dirs/rtmpose-s_ape/best_PCK_epoch_240.pth',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you like to share the config files and model checkpoints so that we can play this demo?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your review, I will gradually improve this pull request.

@Tau-J Tau-J changed the title 6DofPoseEstimation [Feature] Support 6DofPoseEstimation May 24, 2023
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

Successfully merging this pull request may close these issues.

None yet

4 participants