Skip to content

Commit

Permalink
update problem setting and preprocessing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwwww committed Apr 5, 2020
1 parent e162259 commit 431ffcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This repository also include training/evaluation protocol on Pascal VOC Keypoint
In this codebase inline with our ICCV 2019 paper, a keypoint matching problem in images is considered.
Given two images with their labeled keypoint positions, our models are required to predict the correspondence between keypoints in two images, which is solved by deep graph matching.
Especially, the following settings are made:
* The matched two graphs contains only inliers.
* The matched two graphs contains equally number of inliers.
* The graph structure is unknown to the model, only keypoint positions are available.
* The predicted correspondence is bijective and one-to-one correspondence of nodes in two graphs. The correspondence can be represented by a permutation matrix.

Expand Down

0 comments on commit 431ffcf

Please sign in to comment.