Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaillassa committed Nov 30, 2022
1 parent 7304781 commit dd05941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ positional arguments:
optional arguments:
-h, --help show this help message and exit
--net_dir NET_DIR neural network graphs and weights directory. Default is </path_to_script/maximask_and_maxitrack/maxitrack/model>
--net_dir NET_DIR neural network graphs and weights directory. Default is </path_to_root/maximask_and_maxitrack/maxitrack/model>
--prior PRIOR prior value to use. Default is 0.05
--frac FRAC value specifying a fraction of all the HDUs to use to speed up processing. Default is 1
--batch_size BATCH_SIZE
Expand Down
2 changes: 1 addition & 1 deletion maximask_and_maxitrack/maxitrack/maxitrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def main():
parser.add_argument(
"--net_dir",
type=str,
help="neural network graphs and weights directory. Default is </path_to_script/maximask_and_maxitrack/maxitrack/model>",
help="neural network graphs and weights directory. Default is </path_to_root/maximask_and_maxitrack/maxitrack/model>",
default=net_dir,
)
parser.add_argument(
Expand Down

0 comments on commit dd05941

Please sign in to comment.