nie-lang / UnsupervisedDeepImageStitching

TIP2021 - Unsupervised deep image stitching network
311 stars 46 forks source link

output_inference.py The inputs are unstable #64

Open zhaomeinie opened 1 year ago

zhaomeinie commented 1 year ago

When I run the output_inference.py, my inputs are unstable. The details are as follows. The wrap1 and wrap2 floders of testing are empty, while the mask1 and mask2 floders are normal. In addition, the traing floder is normal, too. The code does not report errors, but it can not output result. Why?

Thank you for your answer!!

zhaomeinie commented 1 year ago

I have tried many times. The result is different every time. Sometimes the traing floder is empty, sometimes the testing floder is empty, and sometimes both are empty. I am very troubled. Hope your answer! Thanks!!

Llj-l commented 1 year ago

When I run the output_inference.py, my inputs are unstable. The details are as follows. The wrap1 and wrap2 floders of testing are empty, while the mask1 and mask2 floders are normal. In addition, the traing floder is normal, too. The code does not report errors, but it can not output result. Why?

Thank you for your answer!!

There should be a problem with the output path, you need to manually create the required folder, such as mask1, mask2, etc., otherwise the program will run normally, but will not get the result.