You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi !
Just had a look on memory consumption after loading dataset. After 3D texture creation I believe we can clean RAM from pixel data namely VolumeDataset.data and some arrays in importer classes. Can be useful especially when loading multiple datasets.
What do you think ?
Regards