nie-lang / DeepRectangling

CVPR2022 (Oral) - Deep Rectangling for Image Stitching: A Learning Baseline
229 stars 38 forks source link

How can i get mask image? #9

Open rein1685 opened 2 years ago

rein1685 commented 2 years ago

I have Stitched Image using UnsupervisedDeepImageStitching in your github.

But I don't have mask image.

Should I simply OR calculate the mask1 result and mask2 result?

I'm getting a lot of help. Thank You.

nie-lang commented 2 years ago

You can get the corresponding mask by simply fusing the mask1 and mask2 that can be obtained by the first stage of UDIS.

xux0u commented 11 months ago

I have Stitched Image using UnsupervisedDeepImageStitching in your github.

But I don't have mask image.

Should I simply OR calculate the mask1 result and mask2 result?

I'm getting a lot of help. Thank You.

How exactly did you do it? Is it convenient to inform.Thank you.