DLR-RM / AugmentedAutoencoder

Official Code: Implicit 3D Orientation Learning for 6D Object Detection from RGB Images
MIT License
339 stars 97 forks source link

increasing H and W in autoencoder config results in "Killed" error #21

Closed flugenheimer closed 5 years ago

flugenheimer commented 5 years ago

Describe the bug When increasing H and W in the autoencoder config file (my_autoencoder.cfg) to for example 256, and I try to train, it goes through rendering and loading background images, but when it comes to training it says: Killed and exits

I've been able to expand the resolution to 220 without this error, but above this it will not train.

System Info Describe the characteristic of your environment:

flugenheimer commented 5 years ago

I found the issue: I am running out of RAM if I increase it beyond 220