From 9cb1ed1a429a3896eeeb0c10ac86ccfcffb7fd70 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Thu, 12 Oct 2023 09:38:39 +0200 Subject: [PATCH] Remove sentence announcing content that has been removed The given content has been removed in commit 973c552b99310894f0273249030551c4abc10a64. https://github.com/microsoft/USBuildingFootprints/commit/973c552b99310894f0273249030551c4abc10a64#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L43-L47 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a510ee..85ee146 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The network backbone we used is EfficientNet described [here](https://arxiv.org/ ##### Method description -We developed a method that approximates the prediction pixels into polygons making decisions based on the whole prediction feature space. This is very different from standard approaches, e.g. the Douglas-Peucker algorithm, which are greedy in nature. The method tries to impose some of a priori building properties, which is, at the moment, manually defined and automatically tuned. Some of these a priori properties are: +We developed a method that approximates the prediction pixels into polygons making decisions based on the whole prediction feature space. This is very different from standard approaches, e.g. the Douglas-Peucker algorithm, which are greedy in nature. The method tries to impose some of a priori building properties, which is, at the moment, manually defined and automatically tuned. ### How good is the data?