mett29 / DL-Competition

Repo for the 'Artificial Neural Networks and Deep Learning' competition - 2019/2020
0 stars 0 forks source link

Close /open on results #18

Open DanieleParravicini opened 4 years ago

DanieleParravicini commented 4 years ago

pay attention to not eliminate small buildings

DanieleParravicini commented 4 years ago

https://scikit-image.org/docs/dev/api/skimage.morphology.html?highlight=morphology#skimage.morphology.opening

DanieleParravicini commented 4 years ago

imple morphological operations. At the beginning we used erosion followed by labeling and per label dilation with structure elements chosed by cross-validation. As the models got better, erosion was removed and very small dilation was the only one showing improvements (code 💻).

DanieleParravicini commented 4 years ago

per label erosion/dilation