PruneTruong / DenseMatching

Dense matching library based on PyTorch
GNU Lesser General Public License v2.1
689 stars 81 forks source link

divide by the product of scaling #26

Open scott-vsi opened 1 year ago

scott-vsi commented 1 year ago

should this divide by the quantity (scaling[0] * scaling[1]) (instead of just scaling[0] and then multiplying by scaling[1])? I don't think this changes the relative order of list_inliers though because the three places where list_of_normalization_value is computed all do the same thing and list_of_normalization_value is just a normalization constant when computing list_inliers