POSTECH-CVLab / PeRFception

[NeurIPS2022] Official implementation of PeRFception: Perception using Radiance Fields.
Apache License 2.0
328 stars 16 forks source link

took over 70GB RAM while running 'python3 -m run --ginc configs/scannet.gin', is this a normal situation? #11

Closed guijuzhejiang closed 1 year ago

guijuzhejiang commented 1 year ago

what is the minimum hardware reuirements for running this demo

jeongyw12382 commented 1 year ago

It depends on the scene. Could you provide more details about your environment? For some scenes whose image sizes are extremely large, it could take much more memory usage. However, the situation you are currently on is not a normal case.

jeongyw12382 commented 1 year ago

Closing the issue since no response is given. Please reopen the issue whenever you need help for this issue.

Minhluu2911 commented 1 year ago

you can solve it by set OMP_NUM_THREADS to lower value, for example: OMP_NUM_THREADS=1 python3 -m run --ginc configs/scannet.gin