zhanglichao / generatedTIR_tracking

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

test_pix2pix_got error #7

Open ghost opened 4 years ago

ghost commented 4 years ago

Hello, I did experiments on my own dataset. However, the Generated thermal infrared images are blurred.The command I entered is as follows:python test_pix2pix_got.py --dataroot ./datasets/facades --name thermal_pix2pix_1ch_all_batch4 --model test --dataset_mode single --which_model_netG unet_256 --which_direction AtoB --norm batch --which_epoch 25 --results_dir ./result --output_nc 1 --no_dropout --loadSize 256 --gpu_ids 0 1 1-1 2 2-1

herbert-chen commented 4 years ago

Same problem, have you solved it?