miscedence12

Results 26 comments of miscedence12
trafficstars

@Jingchensun 你好,当我指定pretrained_model_path时再训练,报了以下错误: model.module.load_state_dict(torch.load(args.pretrained_model_path)) raise AttributeError("'{}' object has no attribute '{}'".format(AttributeError: 'BiSeNet' object has no attribute 'module'

@Thatboy7 you should guarantee your labels have one channel.

@MynhLoveBunCha hello, I haven't used this algorithm for over a year, and I remember we solved this problem very well at that time, it seems to be a problem with...

Hello@michaelhwn I can not make it with your idea. Any another ideas?

Hello@michaelhwn,thanks for your reply. The installation succeed and my Os is Win10,but It did not work.When i replaced the "self.ft = cv2.freetype.createFreeType2()" by "self.ft = PIL.ImageFont.truetype("./simsun.ttc",32)",it worked.