sxhxliang / detectron2_backbone

detectron2 backbone: resnet18, efficientnet, hrnet, mobilenet v2, resnest, bifpn
212 stars 41 forks source link

Error in bifpn.py #7

Open MathijsNL opened 4 years ago

MathijsNL commented 4 years ago

File "/home/user/detectron2_backbone/detectron2_backbone/backbone/bifpn.py", line 328 def init(self, in_channels, out_channels, norm=''): ^

It seems there are a lot of issues regarding indentation (3 chars instead of 3 etc.).

If I can find the time I will try to fix and make a PR for it.