chrischoy / DeepGlobalRegistration

[CVPR 2020 Oral] A differentiable framework for 3D registration
Other
468 stars 85 forks source link

TypeError: __init__() got an unexpected keyword argument 'has_bias' #19

Closed gaojunjie1234 closed 3 years ago

MickShen7558 commented 3 years ago

Hi Gaojunjie, I am having the same issue. Have you solved that problem? How did you fix that?

gaojunjie1234 commented 3 years ago

i choose the V0.4.3, and solved this problem. you can try to replace has_bias with bias, but i'm not sure it could work.

高俊杰

gjjsdnu@163.com | 签名由网易邮箱大师定制 On 12/29/2020 22:49,Zhuowen Shennotifications@github.com wrote:

Hi Guojunjie, I am having the same issue. Have you solved that problem? How did you fix that?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe.

MickShen7558 commented 3 years ago

I was using the other version. After changing to V0.4.3, it works. Thanks a lot!