Skip to content

Commit

Permalink
Add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
anwai98 committed Oct 21, 2024
1 parent ef9fbb0 commit 441c2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro_sam/evaluation/instance_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def run_instance_segmentation_grid_search_and_inference(
test_image_paths: The input images for inference.
embedding_dir: Folder to cache the image embeddings.
prediction_dir: Folder to save the predictions.
experiment_dir: Folder for caching best
experiment_dir: Folder for caching best grid search parameters in 'results'.
result_dir: Folder to cache the evaluation results per image.
fixed_generate_kwargs: Fixed keyword arguments for the `generate` method of the segmenter.
verbose_gs: Whether to run the gridsearch for individual images in a verbose mode.
Expand Down

0 comments on commit 441c2e7

Please sign in to comment.