Skip to content

Commit

Permalink
Update soma_proposal_generation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-grim authored Jan 4, 2025
1 parent e6485fa commit 7e5148a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ def brightness_filtering(img_patch, proposals, k):
Filtered list of proposals.
"""
# Extract brightness values
brightness = list()
for proposal in proposals:
proposal = tuple(map(int, proposal))
Expand Down

0 comments on commit 7e5148a

Please sign in to comment.