3dgeo-heidelberg / py4dgeo

py4dgeo - A Python library for change analysis in 4D point clouds
https://py4dgeo.readthedocs.io
MIT License
76 stars 12 forks source link

Do not use pickle as an implementation detail of epoch saving/loading #117

Closed dokempf closed 2 years ago

dokempf commented 2 years ago

As @bhoefle-3dgeo points out, there are security issues with pickle that make it a bad fit unless used explicitly by the user.