Skip to content

edit unixy loss and evaluation#9

Open
amyburden wants to merge 6 commits into791136190:mainfrom
amyburden:bd
Open

edit unixy loss and evaluation#9
amyburden wants to merge 6 commits into791136190:mainfrom
amyburden:bd

Conversation

@amyburden
Copy link

idx = torch.argsort(position)
position[idx] is sorted position from small to large from 0 to 1,
idx_f = torch.arange(p).float().to(self.device) is 0 to p
uni_l2 = torch.mean(torch.pow(position[idx] - (idx_f / p), 2)) is describe as in paper.
but weight of uni_l2 may need changes.

evaluation part:
point on warp image should be filter when they do not exist on original image

amyburden and others added 6 commits June 7, 2021 23:46
Warp image should not contain point do not exist on original image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant