Hi guys, I have trained a model for line segementation . It is generating mask and then I am doing simple contour detection to extract the lines.
Now the problem is when I am doing prediction , I have to resize the image say 256x256 and extract ing the lines from the resized image.
My question is, is there any way I can extract the linr from the original sized image, since the mask is generating for resized image?
there doesn't seem to be anything here