LukasBommes / PV-Hawk

Tool for the extraction and mapping of photovoltaics modules from IR drone videos of utility-scale PV plants (my PhD project)
MIT License
61 stars 16 forks source link

Use JSON instead of pickle files #28

Open LukasBommes opened 2 years ago

LukasBommes commented 2 years ago

Currently, camera calibration parameters and some intermediate data (e.g. quadrilaterals) are stored as pickle files. They should rather be stored as human-readable JSON files. this would enhance portability, allow for easier debugging, and enable manual editing of e.g. calibration parameters.