This document discusses using convolutional networks to classify pixels in satellite images into categories like road, water, and landscape. It finds that the category of landscape is too broad and leads to errors, as it includes diverse objects like buildings, forests, and parks. It also notes that classifying each pixel independently ignores the relationships between adjacent pixels, leading to irregular boundaries. The document proposes addressing these issues by breaking landscape into more specific categories, and by training on larger windows of pixels or an additional post-processing layer.