NASA-IMPACT / pixel-detector

pixel detector using shapefiles for generating truth set.
4 stars 0 forks source link

Story: Modify accuracy metric to be based on DBSCAN output rather than pixels #5

Open xhagrg opened 5 years ago

xhagrg commented 5 years ago

Right now, Accuracy metric for the model is pixelwise; but with DBSCAN we can potentially cluster disjoint pionts and create a hull with them that encompasses a larger area than just pixels. This area can be compared with the area of truth data (verified shapefiles) to give out better accuracy metric.

muthukumaranR commented 5 years ago
muthukumaranR commented 5 years ago

implemented in #7