-
Notifications
You must be signed in to change notification settings - Fork 3
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
How to solve CUDA out of memory #1
Comments
Due to the excessive number of superpoints, Geotransformer cannot be trained or tested on the Scan2cad dataset. Therefore, we adopted some methods to approximate the performance of Geotransformer. We limit the number of superpoints that interact with the anchor superpoint. This number will be set as large as possible to approximate the performance of Geotransformer. You may have to implement this code yourself. |
Thank you very much for your answer! I have another question about the Negative Log-likelihood Loss in the article. How do you solve the correspondences based on the transformation matrices of different instances? Because from my understanding, there is only one cad model but it corresponds to multiple instances in the scene. |
Hello, after seeing your article, I would like to ask you how to solve the problem of CUDA out of memory of Geotransformer on the scan2cad data set. I use NVIDIA 3090 and use voxel sampling(voxel size=2.5cm) to sample the scene points to within 30,000, but this problem still occurs. If possible, can you give me your code for reference?
The text was updated successfully, but these errors were encountered: