open-forest-observatory / geograypher

Multiview Semantic Reasoning with Geospatial Data
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

Classify polygons from face predictions #84

Closed russelldj closed 4 months ago

russelldj commented 4 months ago

This allows the mesh object to classify polygons based on the most common class, as predicted per-face, and weighted by face area. It currently only supports single-ID-per-face, but could be extended to take the distribution of ID predictions.

It could be accelerated by #82 , but I'd prefer to get it in before implementing that.