Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-grim authored Jan 22, 2025
1 parent c61ac6a commit 6f8aabd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ if __name__ == "__main__":
brain_id = "unique-identifier-of-dataset"
img_prefix = "path-to-image"

# Parameters ~ Proposal Generation
# Parameters - Proposal Generation
multiscale_1 = 4
patch_shape_1 = (64, 64, 64)
bright_threshold = 100
overlap = (28, 28, 28)
save_proposals_bool = True

# Parameters ~ Proposal Classification
# Parameters - Proposal Classification
multiscale_2 = 1
patch_shape_2 = (102, 102, 102)
accept_threshold = 0.4
Expand Down

0 comments on commit 6f8aabd

Please sign in to comment.