You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Thank you for your interesting work.
When I tested the demo, I got the error about 'feat_model'. How to get this “feat_model”?
In addition, according to the current version of MinkowskiEngine, it may be possible to replace "has_bias" with "bias".
Thanks.
Best wishes.
log:
python demo.py
=> loading checkpoint 'ResUNetBN2C-feat32-3dmatch-v0.05.pth'
=> Setting voxel size to 0.05
Traceback (most recent call last):
File "/home/houyongkuo/Documents/DeepGlobalRegistration/core/deep_global_registration.py", line 94, in init
FCGFModel = load_model(network_config['feat_model'])
KeyError: 'feat_model'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "demo.py", line 40, in
dgr = DeepGlobalRegistration(config)
File "/home/houyongkuo/Documents/DeepGlobalRegistration/core/deep_global_registration.py", line 104, in init
self.fcgf_model = FCGFModel(num_feats,
File "/home/houyongkuo/Documents/DeepGlobalRegistration/model/resunet.py", line 518, in init
self.conv4_tr = conv_tr(
File "/home/houyongkuo/Documents/DeepGlobalRegistration/model/residual_block.py", line 72, in conv_tr
return ME.MinkowskiConvolutionTranspose(
TypeError: init() got an unexpected keyword argument 'has_bias'
The text was updated successfully, but these errors were encountered:
Hi!
Thank you for your interesting work.
When I tested the demo, I got the error about 'feat_model'. How to get this “feat_model”?
In addition, according to the current version of MinkowskiEngine, it may be possible to replace "has_bias" with "bias".
Thanks.
Best wishes.
log:
python demo.py
=> loading checkpoint 'ResUNetBN2C-feat32-3dmatch-v0.05.pth'
=> Setting voxel size to 0.05
Traceback (most recent call last):
File "/home/houyongkuo/Documents/DeepGlobalRegistration/core/deep_global_registration.py", line 94, in init
FCGFModel = load_model(network_config['feat_model'])
KeyError: 'feat_model'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "demo.py", line 40, in
dgr = DeepGlobalRegistration(config)
File "/home/houyongkuo/Documents/DeepGlobalRegistration/core/deep_global_registration.py", line 104, in init
self.fcgf_model = FCGFModel(num_feats,
File "/home/houyongkuo/Documents/DeepGlobalRegistration/model/resunet.py", line 518, in init
self.conv4_tr = conv_tr(
File "/home/houyongkuo/Documents/DeepGlobalRegistration/model/residual_block.py", line 72, in conv_tr
return ME.MinkowskiConvolutionTranspose(
TypeError: init() got an unexpected keyword argument 'has_bias'
The text was updated successfully, but these errors were encountered: