waczjoan / gaussian-mesh-splatting

Other
275 stars 12 forks source link

The original formulas and code formulas about scale and rotation are different #15

Closed liuyu19970607 closed 2 months ago

liuyu19970607 commented 2 months ago

First and most important, thank you for your generosity in making your code open source. However, we found that the formula for calculating r1 r2 s1 and s2 in the original text is different from the formula in the code. For example, in the original text r{2} = norm(v1-m), but in the code r{2} = norm(v2-m). I would like to ask, will this have any impact on the implementation effect?