Closed Cyril9227 closed 5 years ago
Currently resnet50 and Decoder are imported but never used, modified the init function in class CharNet so we can build CharNet using different backbones
init(self) -> init(self, backbone=hourglass88())
self.backbone = hourglass88() -> self.backbone = backbone
Currently resnet50 and Decoder are imported but never used, modified the init function in class CharNet so we can build CharNet using different backbones
init(self) -> init(self, backbone=hourglass88())
self.backbone = hourglass88() -> self.backbone = backbone