Getting Not Implemented Error() for 3d pose inference using MPI_INF_3DHP dataset #1548
Unanswered
smahmood00
asked this question in
Q&A
Replies: 2 comments 2 replies
-
You may need to set the |
Beta Was this translation helpful? Give feedback.
2 replies
-
Yes I did that: initialize detectordet_model = init_detector(det_config, det_checkpoint) initialize pose modelpose_model = init_pose_model(pose_config, pose_checkpoint) dataset_info=pose_model.cfg.data['test'].get('dataset_info', None) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to do 2d to 3d pose lifting using the following line, where "pose_model" denotes the initialised model using config and checkpoint files, "pose_results" is the estimated 2d pose keypoints of 2d pose inference.
pose_results_3d =inference_pose_lifter_model(pose_model_3d,pose_results, dataset='MPI-INF-3DHP')
However, I am getting Not Implemented Error().
Your help and suggestion will be highly appreciated. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions