weitong8591/differentiable_ransac

Question on singular_filter

lnexenl opened this issue · 0 comments

At line, I am wondering why the singularity check is made with torch.linalg.matrix_rank instead of torch.linalg.cond?

Screenshot_20240611_003641

According to the screenshot, the matrix is extremely singular but still have a rank of 3, so I guess it will be better to check singularity with torch.linalg.cond?