deepgmr icon indicating copy to clipboard operation
deepgmr copied to clipboard

PyTorch implementation of DeepGMR: Learning Latent Gaussian Mixture Models for Registration (ECCV 2020 spotlight)

Results 5 deepgmr issues
Sort by recently updated
recently updated
newest added

I cant run the test.py and train.py, errors are as follows: RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling `cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta,...

Hello, when i tried to train the model, i meet with this error. Do you konw how to deal with this? Traceback (most recent call last): File "train.py", line 174,...

Thanks for the great work and sharing the code for other researchers. I am wondering if you have tested this algorithm on registering partially occluded point clouds with templates. Most...

Hello, can your approach make registration between the point clouds, which captured by sensor from different view (that means the two point cloud have overlapped with each other to some...

I observed the source code for the training and testing data set is a.h5 file, I observed the internal composition, I also created a copy of the.h5 file, but the...