Skip to content

Commit

Permalink
Use min-num-features
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Oct 21, 2023
1 parent 343dea1 commit 44dee91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions opensfm/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,8 +612,6 @@ def extract_features(
else config["feature_min_frames"]
)

features_count = 1

assert len(image.shape) == 3 or len(image.shape) == 2
image = resized_image(image, extraction_size)
if len(image.shape) == 2: # convert (h, w) to (h, w, 1)
Expand Down

0 comments on commit 44dee91

Please sign in to comment.