generatedTIR_tracking icon indicating copy to clipboard operation
generatedTIR_tracking copied to clipboard

bad test results on pix2pix

Open Hahaemmm opened this issue 4 years ago • 4 comments

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?

1586579009(1)

Hahaemmm avatar Apr 13 '20 13:04 Hahaemmm

QQ截图20200413215128

Hahaemmm avatar Apr 13 '20 13:04 Hahaemmm

Do you fix this ? I face same problem too.

LeHuyHung avatar Sep 10 '20 08:09 LeHuyHung

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

LeHuyHung avatar Sep 10 '20 10:09 LeHuyHung

I meet the same problem, have you solved it yet

xiaoxiaoyi689 avatar Oct 07 '23 09:10 xiaoxiaoyi689