Benjiaminh
Benjiaminh
> 我并没有看到在输入端把图像resize到1024_512,仅仅是把短边等比例缩放到512,长边并没有固定到1024,为何输出的时候,就直接缩放到1024_512呢? > class Decoder (nn.Module): > def **init**(self, num_classes): > super().**init**() > > ``` > self.apn = APN_Module(in_ch=128,out_ch=20) > # self.upsample = Interpolate(size=(512, 1024), mode="bilinear") > # self.output_conv =...
> I have the same issue! Can you help me now? 互相交流啊,加我qq1602356172
> Hello guys > when I trained the LEDNet on cityscapes, I got this problem > > ========== ENCODER TRAINING =========== > /home/akram/dataset/cityscapes/leftImg8bit/train > /home/akram/dataset/cityscapes/leftImg8bit/val > ----- TRAINING - @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@h...