Open Hahaemmm opened 4 years ago
Do you fix this ? I face same problem too.
for i in model0.keys(): model_fix['model.'+'.'.join(i.split('.')[1:])] = model0[i] I add "model." So the model is working better but still not very good. You can checkit
I meet the same problem, have you solved it yet
I downloaded "net_G_pix2pix.pth" this model . Then rename it to "25_net_G.pth" and put it under checkpoints / thermal_pix2pix_1ch_all_batch4 directory. Use it to generate thermal infrared pictures. But result was very bad. Did I have a problem somewhere?