Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HHousen committed Jul 25, 2023
1 parent b53bdc8 commit 4cda32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lecture2notes/end_to_end/sift_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ def match_features(
match_successful = False

transformed_image_paths = []
if not movement_detected and dst_coords:
if not movement_detected and dst_coords is not None:
presenter_slide_images = [
x for x in presenter_slide_images if x not in non_unique_presenter_slides
]
Expand Down

0 comments on commit 4cda32d

Please sign in to comment.