Results of pretrained weights are different from the paper.
Opened this issue · 3 comments
Deleted user commented
rabbityl commented
Just change the line-53 in configs/test/4dmatch.yaml
to max_condition_num: 40
. It should be fine.
Deleted user commented
Yes, it is fine now. But how does max_condition_num
affect the results?
Yang-L1 commented
It is a threshold for the repositioning. Previously it was set to 0, which shuts down the repositioning. Thus the results was worse.