fourier-feature-networks icon indicating copy to clipboard operation
fourier-feature-networks copied to clipboard

3D_shape_ocupancy

Open Timon-Hoefer opened this issue 3 years ago • 2 comments

Hi there,

how much RAM is needed to run it with the Aramdillo.ply? Running it with my local .ply files works fine. But the 500GB RAM on our server are not enough for the Armadillo (had to stop it manually). Do you have some advice here?

Best, Timon

Timon-Hoefer avatar Mar 01 '21 16:03 Timon-Hoefer

We used machines with 64GB of RAM so the 500GB is unlikely the issue. Our GPU has 16GB of memory, perhaps this is where the limitation is? If it is, try reducing the batch size.

tancik avatar Mar 01 '21 16:03 tancik

The issue is not coming while training. It is when the ground truth values are generated. Maybe it is because of the size of the .ply files I am using. Basically in that function: gt_fn(inputs, mesh).

My local ones do have a size of 78.8kB.

The Aramadillo, that I downloaded from: http://graphics.stanford.edu/data/3Dscanrep/ , has 6.9 MB.

How big are the sizes of the ones, you used?

Timon-Hoefer avatar Mar 01 '21 16:03 Timon-Hoefer