Skip to content

Commit

Permalink
Remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Jan 7, 2022
1 parent fdcab74 commit 781b813
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AxonDeepSeg/segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@ def main(argv=None):
requiredName.add_argument('-i', '--imgpath', required=True, nargs='+', help='Path to the image to segment or path to the folder \n'+
'where the image(s) to segment is/are located.')

ap.add_argument("-m", "--model", required=False, help='Folder where the model is located. \n'+
'The default SEM model path is: \n'+str(default_SEM_path))
ap.add_argument("-m", "--model", required=False, help='Folder where the model is located.')
ap.add_argument('-s', '--sizepixel', required=False, help='Pixel size of the image(s) to segment, in micrometers. \n'+
'If no pixel size is specified, a pixel_size_in_micrometer.txt \n'+
'file needs to be added to the image folder path. The pixel size \n'+
Expand Down

0 comments on commit 781b813

Please sign in to comment.