RLLReg
RLLReg copied to clipboard
Some question about evaluation_threedmatch.py
I download RGB-D scenes from 3dmatch and pre-trained models. After set pretrained_networks and 3dmatch dataset to the path of that folder in config.py, I run the following script:
python evaluation_threedmatch.py
=> loading checkpoint '/home/s206/disk/pycharmproject/RLLReg-master/data/models/ResUNetBN2C-feat32-3dmatch-v0.05.pth'
=> Setting voxel size to 0.05
=> loading finished
generate samples...
evaluate batch 0 ...
RLLReg
resample time: 449.2 ms
extract time: 644.6 ms
Traceback (most recent call last):
File "evaluation_threedmatch.py", line 140, in
I see, it is probably some changes in Minkowski engine that makes my indexing to break. I will try to make this part more robust when I have the time. Thank you for pointing it out
I see, it is probably some changes in Minkowski engine that makes my indexing to break. I will try to make this part more robust when I have the time. Thank you for pointing it out
Thank you very much! Looking forword to your work.
Hi @felja633 , may I ask if reducing the Minkowski engine version can solve this problem? I want to use this project to do some engineering point cloud registration applications. Thanks.
That could solve the problem. Try checking out a version from last year, at least that has worked for me in the passed