sxhxliang / detectron2_backbone

detectron2 backbone: resnet18, efficientnet, hrnet, mobilenet v2, resnest, bifpn
209 stars 40 forks source link

Could you share your config file as a example? #3

Closed youngwanLEE closed 4 years ago

youngwanLEE commented 4 years ago

Hi,

I'm impressed by your work.

Could you share your full EfficientDet config file as an example?

Recently, I also implemented bifpn with vovnet but the model result is not as good as the fpn-one.

I expect the reason that is related to the normalization in the bifpn (I tested GN, BN, and SyncBN).

sxhxliang commented 4 years ago

sorry for the late reply, bifpn in this repo is not as good as the fpn, but the backbone efficientnet works well.

youngwanLEE commented 4 years ago

Thanks