Skip to content

Commit

Permalink
🔧FIX: Save Feature Matches
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefGaafar committed May 22, 2023
1 parent 77e8348 commit dac33c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"\n",
" def save_feature_matches(self):\n",
" for match in self.feature_matches:\n",
" match.draw_matches(f\"data/hammer/output/feature-match/{match.image_one.img_id}_{match.image_two.img_id}.jpg\")\n",
" match.draw_matches(f\"data/{self.image_set_name}/output/feature-match/{match.image_one.img_id}_{match.image_two.img_id}.jpg\")\n",
"\n",
" def __len__(self):\n",
" return len(self.images)\n",
Expand Down

0 comments on commit dac33c9

Please sign in to comment.