-
Notifications
You must be signed in to change notification settings - Fork 135
Description
Hi!
I'd love to thank you for sharing the code of your project. It is very interesting!
I am trying to make it run in order to see if this can solve a problem I have on human meshes, but I'm encountering some problems.
I had to fix a lot of type incompatibilities, but this is fine. Now I encountered some memory problems.
After parts separation it goes OOM on my GPU.
Since I didn't see any indications on the paper, can you share with me the specifications of the setup you use for inference?
I see you used a GTX 1080 TI but no memory size is reported.
I am using a starting shape with around 60k faces so it seems inside the range of the tests you run, so I expect it should not take a lot of space. Am I wrong?
That would be helpful for me to understand if my setup is too light or if I am doing something wrong.
Thank you again in advance for your consideration.
Have a nice day.