tianzhi0549 / FCOS

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

Will the author have the plan to release the implementation for HRNet? #301

Open Hwang64 opened 3 years ago

Hwang64 commented 3 years ago

The newest version paper in arXiv shows the result on HRNet, so is there any plan to release the detailed implementation for HRNet? Thank you!

tianzhi0549 commented 3 years ago

@Hwang64 It is here https://github.com/HRNet/HRNet-FCOS.

Hwang64 commented 3 years ago

Thank you for the reply and I close this issue.

Hwang64 commented 3 years ago

When I use the codebase and start to train the model using HRNet configurations, I find the model is initialized from scratch, is it normal without pretrained from ImageNet? Thank you!

tianzhi0549 commented 3 years ago

@Hwang64 It is not normal. We normally initialize the models with ImageNet pre-trained weights.

Hwang64 commented 3 years ago

OK, Thanks for your reply. I find the pretrained model.