We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2291cbd commit 2e755ccCopy full SHA for 2e755cc
.gitignore
@@ -4,3 +4,4 @@ __pycache__/
4
*.tif
5
examples/data/*
6
*.out
7
+*.png
finetuning/livecell_finetuning.py
@@ -38,7 +38,7 @@ def finetune_livecell(args):
38
# training settings:
39
model_type = args.model_type
40
checkpoint_path = None # override this to start training from a custom checkpoint
41
- patch_shape = (520, 740) # the patch shape for training
+ patch_shape = (520, 704) # the patch shape for training
42
n_objects_per_batch = 25 # this is the number of objects per batch that will be sampled
43
44
# get the trainable segment anything model
0 commit comments