utiasSTARS / learned_scale_recovery

Accompanying code for 'Self-Supervised Scale Recovery for Monocular Visual Odometry'
47 stars 12 forks source link

Question about the implementation of WLS. #3

Open joeking11829 opened 2 years ago

joeking11829 commented 2 years ago

Hi @brandonwagstaff,

The code use transposed equation of WLS to solve the normal vector. Why !? I guess that you want to reduce computation of transpose.

image image

Thanks !!