VideoPose3d_with_Detectron2
VideoPose3d_with_Detectron2 copied to clipboard
How to get 3D rendering with this project??
after running visualization.py file, it gives 2d projection how to get 3D projection like (FacebookVideopose3D)
@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 thanks detectron_pose_predictor.py, is it a Detectron itself, or is there something related to detectron2 as well??
@DA-fromindia detectron_pose_predictor.py imports detectron2 and requires that it to be installed. so this script is just a wrapper for detectron2