NREL / Panel-Segmentation

This open-source package provides a framework for automatically detecting and extracting metadata from solar array installations in satellite images.
https://panel-segmentation.readthedocs.io
MIT License
21 stars 5 forks source link

Updated the pipeline routine to no longer use data clustering, but object detection boxes instead. #17

Closed kperrynrel closed 2 years ago

kperrynrel commented 2 years ago

This patch changes the metadata pipeline, where instead of connected components clustering on the mask, we cluster by object detection boxes.