You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the tri_indices contains triangle indices into the facet array of the target mesh, but the edge_tris is an array of boolean values. The np.in1d() does not work that way, right?
So actually at runtime, the w_i_e array is always all True.
menpo3d/menpo3d/correspond/nicp.py
Line 239 in f29324b
Although the edge constraint is disabled in the code, the edge triangles should be computed on the target mesh instead of the source.
The text was updated successfully, but these errors were encountered: