zhanglichao / generatedTIR_tracking

Synthetic data generation for end-to-end TIR tracking (TIP2018)
53 stars 12 forks source link

bad test results on pix2pix #8

Open Hahaemmm opened 4 years ago

Hahaemmm commented 4 years ago

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 commented 4 years ago

QQ截图20200413215128

LeHuyHung commented 4 years ago

Do you fix this ? I face same problem too.

LeHuyHung commented 4 years ago

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

xiaoxiaoyi689 commented 12 months ago

I meet the same problem, have you solved it yet