liudakai2 / UnsupDIS-pytorch

A pytorch implementation of UnsupervisedDeepImageStitching
GNU General Public License v3.0
112 stars 20 forks source link

ERROR: Warp Cashed. Results saved in ./tmp/ #22

Open samadhiiiii opened 2 years ago

samadhiiiii commented 2 years ago

I try to train this model.But every time in the testing phase of epoch2/149 report errors。

Epoch gpu_mem loss1 loss2 loss3 total img_size 2/149 20.4G 0.1235 0.1084 0.1039 2.514 128: 100%|██████████| 391/391 [07:31<00:00, 1.03s/it] Images loss1 loss2 loss3 total PSNR SSIM: 5%|▌ | 1/20 [00:03<01:11, 3.76s/it]ERROR: Warp Cashed. Results saved in ./tmp/

Process finished with exit code 123

If you know how to solve this problem. please tell me. Thank you.

tgjjj commented 2 years ago

图片 This can happen when the warped mask is all zeros. Please check the "./tmp" directory to find out what went wrong.

samadhiiiii commented 2 years ago

I checked ./tmp/,there is no problems found. Is there a problem with my dataset? Or what other reasons may cause the warped mask is all zeros?

tgjjj commented 2 years ago

There are multiple causes of this problem, including datasets and training settings. You can check the output of the network during training and testing to find more hints about this problem. Including: