Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ecemlago committed Feb 1, 2022
1 parent 800a027 commit 9600e53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions process.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
from pathlib import Path
from postprocessing import get_NonMaxSup_boxes

'''
NODE21 template nodule detection codebase
Author: Ecem Sogancioglu
email: ecemsogancioglu@gmail.com
'''

# This parameter adapts the paths between local execution and execution in docker. You can use this flag to switch between these two modes.
# For building your docker, set this parameter to True. If False, it will run process.py locally for test purposes.
execute_in_docker = True
Expand Down

0 comments on commit 9600e53

Please sign in to comment.