masabdi / LSPS

Source code for "3D Hand Pose Estimation using Simulation and Partial-Supervision with a Shared Latent Space"
https://arxiv.org/abs/1807.05380
GNU General Public License v3.0
61 stars 17 forks source link

about memory storage #2

Open huangeyou007 opened 5 years ago

huangeyou007 commented 5 years ago

Because I found that in your code it load all training samples into the memory at one time, So I was wondering how much memory storage is needed when you train the model using the whole ICVL dataset(about 30k training samples)?Thank you

masabdi commented 5 years ago

You can write the samples individually to the disk to reduce the memory usage while training.