tianzhi0549 / FCOS

FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
https://arxiv.org/abs/1904.01355
Other
3.27k stars 630 forks source link

how to train keyponit by FCOS #266

Open Dantju opened 4 years ago

Dantju commented 4 years ago

@tianzhi0549 how to train keypoint by FCOS, I get error use this

BACKBONE: CONV_BODY: "V-39-eSE-FPN-RETINANET" FREEZE_CONV_BODY_AT: 0 VOVNET: BACKBONE_OUT_CHANNELS: 128 RPN_ONLY: False FCOS_ON: True KEYPOINT_ON: True RETINANET: USE_C5: False # FCOS uses P5 instead of C5 ROI_HEADS: USE_FPN: True ROI_KEYPOINT_HEAD: SHARE_BOX_FEATURE_EXTRACTOR: True

Dantju commented 4 years ago

@tianzhi0549 I read the DirectPose,and want to train keypoint with VoVNet-FCOS,I use above set to train but get error

syusukee commented 4 years ago

hello,have you succeeded in training directpose?

Dantju commented 4 years ago

@tianzhi0549 said directpose not released,so can't train directpose with this code