|
inliers_comp = inliersComposed(matches=corr_aff, |
Hi,
First, thank you for sharing your work.
For the line of code attached, why are you passing "corr_aff" for the match?
Shouldn't it be "corr_aff_tps"?
"mask_id" in the loss computation code goes through transformation up to tps.
Wouldn't it be more appropriate to masking it with "corr_aff_tps"?
Thanks.
weakalign/train_weak.py
Line 126 in 52505ea
Hi,
First, thank you for sharing your work.
For the line of code attached, why are you passing "corr_aff" for the match?
Shouldn't it be "corr_aff_tps"?
"mask_id" in the loss computation code goes through transformation up to tps.
Wouldn't it be more appropriate to masking it with "corr_aff_tps"?
Thanks.