open-forest-observatory / geograypher

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

Support evaluating raster predictions and add rastervision metrics #19

Closed russelldj closed 7 months ago

russelldj commented 8 months ago

Currently, we support comparing vector data predictions and groundtruths in utils.eval_confusion_matrix. Ideally, this should support raster data as either the prediction, ground truth, or both. Once the confusion matrix is built it may be helpful to pass it to the rastervision evaluation functionality to compute a comprehensive set of metrics.