mapbox / robosat

Semantic segmentation on aerial and satellite imagery. Extracts features such as: buildings, parking lots, roads, water, clouds
MIT License
2.01k stars 382 forks source link

Error while training #220

Open Roosh27 opened 3 years ago

Roosh27 commented 3 years ago

Hi,

I am facing this issue while training.

ERROR: resolutions for images and masks are in sync

Not sure about the error.

I have also checked for the resolutions of the image and labels and they all look good.

Could you please explain more about this error.

daniel-j-h commented 3 years ago

Images and masks have to have the exact same resolution (pixels in width, height). This is not always the case for you.

On June 18, 2021 12:12:34 PM UTC, Rohit Singh Saigal @.***> wrote:

Hi,

I am facing this issue while training.

ERROR: resolutions for images and masks are in sync

Not sure about the error.

I have also checked for the resolutions of the image and labels.

Rohit