Skip to content

Conversation

servantftransperfect
Copy link
Contributor

@servantftransperfect servantftransperfect commented Jul 25, 2025

  • Cleanup loading and saving of pairs of indices (Output of ImageMatching)

  • Removed the "stream" version as they were never used

  • Cleanup exhaustive generation of pairs of indices (used if no imageMatching output)

  • Removed the obligation that pair.first < pair.second in the loaded file. This enable to have both directions in the same file (which is required for "star" roma)

  • Removed error if a pair contains twice the same value (To enable mirror matching)

  • Distribution of pairs to compute among chunks is now way more efficient ! Previous solution was to use the reference views as the items to distribute; But this is obviously creating problems as the numbers of pairs with the same reference image is not uniform at all.

@servantftransperfect servantftransperfect added this to the 3.3.0 milestone Jul 25, 2025
@servantftransperfect servantftransperfect force-pushed the dev/featureMatchingParallelization branch 2 times, most recently from aab762a to 311b8c6 Compare July 25, 2025 14:50
@fabiencastan fabiencastan modified the milestones: 3.3.0, 3.4.0 Aug 1, 2025
@servantftransperfect servantftransperfect force-pushed the dev/featureMatchingParallelization branch from 311b8c6 to da38f61 Compare September 1, 2025 10:37
@servantftransperfect servantftransperfect force-pushed the dev/featureMatchingParallelization branch from da38f61 to 0aec769 Compare September 10, 2025 07:15
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.

2 participants