Skip to content

Commit

Permalink
FIX: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
vqdang authored Jan 10, 2021
1 parent f1a7e4f commit 4978aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,12 @@
'save_mask' : sub_args['save_mask'],
})
# ***
exit()

if sub_cmd == 'tile':
from infer.tile import InferManager
infer = InferManager(**method_args)
infer.process_file_list(run_args)
else:
from infer.wsi import InferManager
infer = InferManager(**method_args)
infer.process_wsi_list(run_args)
infer.process_wsi_list(run_args)

0 comments on commit 4978aa5

Please sign in to comment.