IGNF / myria3d

Myria3D: Aerial Lidar HD Semantic Segmentation with Deep Learning
https://ignf.github.io/myria3d/
BSD 3-Clause "New" or "Revised" License
169 stars 23 forks source link

Optimize memory usage during interpolation+saving #50

Closed leavauchier closed 1 year ago

leavauchier commented 1 year ago

This branch contains 2 changes:

Here is the observed improvement (x is time, y RAM consumption) comparaison_ram_main_devbranch The red arrow shows the change in memory usage due to deleting variables The purple one shows the effect of delaying the las reading (the peak in memory happens later)