You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 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?
The text was updated successfully, but these errors were encountered: