darkAlert

Results 10 comments of darkAlert

> We are no longer providing the face mesh tracking result. You might be only missing some VGA videos, which you can try again. I got it. Thank you

@huaqi19 you can download it from here https://dl.fbaipublicfiles.com/detectron2/COCO-Keypoints/keypoint_rcnn_X_101_32x8d_FPN_3x/139686956/model_final_5ad38f.pkl There are also other models here https://github.com/facebookresearch/detectron2/blob/master/MODEL_ZOO.md

@laumc98 Hi, yes, they are predicted by the detectron2 (COCO Person Keypoint R-CNN with 'X101-FPN' backbone)

@EvgeniaKomleva hi! Yes, sure: [cam1.zip](https://github.com/darkAlert/vibe-rt/files/6764797/cam1.zip)

Hmm. I need some time to fix this

@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

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

Hi! Check if file `~/detectron2/configs/Base-RCNN-FPN.yaml` exists. https://github.com/facebookresearch/detectron2/blob/master/configs/Base-RCNN-FPN.yaml

pose_shape.pkl is a SMPL-model You can get it using HMR/VIBE