GuanxingLu / ManiGaussian

[ECCV 2024] ManiGaussian: Dynamic Gaussian Splatting for Multi-task Robotic Manipulation
MIT License
182 stars 8 forks source link

Bus error (core dumped) when evaluate the result #16

Closed kjeiun closed 2 months ago

kjeiun commented 4 months ago

Hi, I got a Bus error when executing the evaluation codes..

image

Do you know how to handle this? I think the training process was finished properly, and the data exist too. Have you faced this problem?

GuanxingLu commented 4 months ago

Do you evalute the checkpoint in a docker container?

kjeiun commented 4 months ago

Yes I am

GuanxingLu commented 4 months ago

Sorry, it seems there might be some problem with RLBench and PyRep in Docker. Could you identify which sentence throws this error?

kjeiun commented 3 months ago

It's an error related to the memory size You need to add "--shm-size 8G" when running docker

https://github.com/pytorch/pytorch/issues/2244

GuanxingLu commented 2 months ago

Thanks for your response!