viet24dung
viet24dung
> Hi there, I'm wondering if just updating to the latest version might do it. > > The distance matrix calculation in the TPS warp used to be a [painfully...
i mean i want to create new point from var(points) but not by searching through all points like below ``` dis = euclidean_distances(points.cpu().numpy()*2-1,(warped_C)) dis = np.argmin(dis,1) Y,X = np.unravel_index(dis,(h,w)) new_point...
From what i know about thin_plate and function :`mops.tps_warp` it will find new pixel coordinates which will be replaced into `dense_grid`. but i want to know after having matrix `W,A`...
No, I'm sorry but that's not what I meant. I mean: Let's say there is 1 point pointing to the left eye in the original image (left image) and I...