FCOS icon indicating copy to clipboard operation
FCOS copied to clipboard

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

Open Hwang64 opened this issue 5 years ago • 5 comments

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!

Hwang64 avatar Sep 14 '20 13:09 Hwang64

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

tianzhi0549 avatar Sep 15 '20 01:09 tianzhi0549

Thank you for the reply and I close this issue.

Hwang64 avatar Sep 15 '20 06:09 Hwang64

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!

Hwang64 avatar Sep 15 '20 11:09 Hwang64

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

tianzhi0549 avatar Sep 17 '20 06:09 tianzhi0549

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

Hwang64 avatar Sep 17 '20 12:09 Hwang64