Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAM Memory usage during evaluation #25

Open
FrancescoRosa3 opened this issue Aug 9, 2021 · 1 comment
Open

RAM Memory usage during evaluation #25

FrancescoRosa3 opened this issue Aug 9, 2021 · 1 comment

Comments

@FrancescoRosa3
Copy link

Hi everyone.
I am running the test.py file on a laptop with Ubuntu16 and 8 GB of RAM, under python 3.6, with a number of workers equal to 1.
During the evaluation step, I observed a strange behavior, that is the RAM space taken from the script grows without any stop.
After some analysis of the graspnet_eval.py:eval_scene method, it seems that once the evaluation of a scene is completed the loaded models, for the given scene, are not deallocated.
I would like to know if this behavior is intentional or not.
Thanks for your kind.

@GouMinghao
Copy link
Collaborator

GouMinghao commented Aug 10, 2021

Thanks for your issue, this is not a problem of graspnet-baseline.
Instead, it might be a bug in graspnetAPI. I will try to reproduce you problem and find the solution.

@chenxi-wang chenxi-wang transferred this issue from graspnet/graspnet-baseline Aug 10, 2021
@GouMinghao GouMinghao reopened this Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants