Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
oneLOH committed Jul 31, 2024
1 parent 299a1df commit 20b83e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/feature/feature_processor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ void FeatureProcessor::Run() {
map.frame_pairs_ = std::move(frame_pairs);
ExpansionAndMatching(map, id2rank, num_iteration, image_size_vec,
init_id1, init_id2, use_fundamental, id_pairs);
frame_pairs = map.frame_pairs_;
} else {
std::vector<std::pair<int, int>> id_pairs;
if (matching_type_ == "sequential") {
Expand Down

0 comments on commit 20b83e6

Please sign in to comment.