Skip to content

Commit

Permalink
Update cli.py example segment command (#73)
Browse files Browse the repository at this point in the history
There is no "predict" CLI command currently available, this should be "membrain segment" as described in segment_cli.py
  • Loading branch information
GenevieveBuckley authored Jun 28, 2024
1 parent 0551c22 commit c3f6ebd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/membrain_seg/segmentation/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ def callback():
Example:
-------
membrain predict --tomogram-path <path-to-your-tomo>
--ckpt-path <path-to-model-checkpoint>
--out-folder ./segmentations
membrain segment --tomogram-path <path-to-your-tomo>
--ckpt-path <path-to-your-model>
-------
"""

0 comments on commit c3f6ebd

Please sign in to comment.