I have some problem training segmentation models.
I have some UAV images(in tif format), which I cut them into pieces like this:
And I made some mask in ENVI like this(still tif format):
When I transform it to jpg format, It's like this:
Enough introduction here, and my problems are:
If possible, I want to use Tif format images to train the model(like U-net FPN...), is there any exiting library support tif as a input?
You can see my images are slanting, part of them are transparent. Is it legal to input training images like this?
I will be more than thankful if you can offer me some places to find examples alike. Thanks!
I cannot use cv2.resize to change the input size of tif mask. And I have some problems loading images data. Anyway my original results are awful, so I need some examples and tutoral.