VideoPose3d_with_Detectron2 icon indicating copy to clipboard operation
VideoPose3d_with_Detectron2 copied to clipboard

How to get 3D rendering with this project??

Open DA-fromindia opened this issue 4 years ago • 3 comments

after running visualization.py file, it gives 2d projection how to get 3D projection like (FacebookVideopose3D)

DA-fromindia avatar Jul 15 '20 18:07 DA-fromindia

@DA-fromindia hi! Currently detectron_pose_predictor.py only predicts 2d joints using Detectron2, after that you can use those predictions to reconstruct 3d joints by VideoPose3d

visualization.py only visualizes predicted 2d joints

darkAlert avatar Jul 30 '20 09:07 darkAlert

@darkAlert thanks detectron_pose_predictor.py, is it a Detectron itself, or is there something related to detectron2 as well??

DA-fromindia avatar Jul 30 '20 12:07 DA-fromindia

@DA-fromindia detectron_pose_predictor.py imports detectron2 and requires that it to be installed. so this script is just a wrapper for detectron2

darkAlert avatar Jul 30 '20 13:07 darkAlert