-
Notifications
You must be signed in to change notification settings - Fork 12
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
Memory leak during newEpisode in data pre-processing #16
Comments
Don't render image from the simulator, which means set the variable "Render***"(sorry for forgetting the whole spell) to false. |
你好,这里是ylJiang,你的邮件已收到!
|
@goodstudent9 Thanks for your reply. The point here is that I want to render RGB images at any resolution during navigation and also when saving visual features, where memory leaking is observed. |
Hi Shizhe,
Thanks for your great work. I have observed a memory leak when calling the
newEpisode
function in MatterSim when running the data pre-processing code.My memory (64GB) will be gradually taken up when loading new viewpoints, the previously taken memory will not be released. The same issue was raised in the Matterport3D simulator's official repo but no solutions have been provided yet.
This issue is not solved even if I manually add a garbage collection in the for loop:
Therefore I believe it is caused by the memory leak in the MatterSim, do you have any suggestions on this issue?
The text was updated successfully, but these errors were encountered: