fabiopoiesi / dip

Project page of the paper "Distinctive 3D local deep descriptors" accepted in IEEE International Conference on Pattern Recognition 2020.
64 stars 4 forks source link

Covariance matrix computation #18

Open qsisi opened 2 years ago

qsisi commented 2 years ago

https://github.com/fabiopoiesi/dip/blob/6b72d5c370793d91efd3560c9f1819f731b34da4/lrf.py#L27 image The ptnn is arranged like [3, N], so it should be 1 / ptnn.shape[1] instead of 1 / len(ptnn) ?