leon-liangwu / MaskYolo_Caffe

YOLO V2 & V3 , YOLO Combined with RCNN and MaskRCNN
115 stars 50 forks source link

Training keypoints detection #54

Open tjzkgt opened 4 years ago

tjzkgt commented 4 years ago

Thank you for your great works! Now I can train instance segmentation successfully. However, I find that the deploy.prototxt in folder "mb_body_mask_kps" is the same as the deploy.prototxt in "mb_body_mask" . And I notice that the model defined in "mb_body_keypoints_deploy.prototxt" is quite different from "mb_body_mask_kps" . I'm very confused about how to train the keypoints detetion using your code, could you provide some more details, please?