Keras UNet implementations (Github)
The Jaccard coefficient measures similarity between finite sample sets, and is defined as the size of the intersection divided by the size of the union of the sample sets.



pipenv installFor image segmentation we need images to work on and masks that provide the ground truth for segments in the images.
A mask is an area in the image belonging to a specific class. In this dataset they are provided in the train_wkt_v4.csv file that has a MultipolygonWKT column which contains MultiPolygon objects of the Shapely library.