una-dinosauria / 3d-pose-baseline

A simple baseline for 3d human pose estimation in tensorflow. Presented at ICCV 17.
MIT License
1.41k stars 355 forks source link

Is it possible to use Detectron2 results as input? #212

Open AizenKS opened 1 year ago

AizenKS commented 1 year ago

The instructions provided in the guide I'm following suggest I use AlphaPose for the 2d joints inference, however I already have Detectron2 setup and was wondering if I could use the 2d joints from that instead?

Additionally if you could provide some additional info around what is meant by "SH detections" in the readme that would a great help too.