Skip to content

Commit

Permalink
prints to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Nov 13, 2024
1 parent 23a25c2 commit e2d7375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/create_macro.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def parse_model_paths(models):
else:
macro = MACRO_STR.format(model_path=mfp, input_path=os.path.join(mfp, sample_name), output_folder=mfp)
file.write(macro + os.linesep)
print(macro)

name_without_extension = sample_name[:sample_name.rfind(".")]
for out in descriptor.getOutputTensors():
Expand Down
1 change: 1 addition & 0 deletions src/main/java/DeepImageJ_Run.java
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ void executeOnImagePlus(Runner runner, IjAdapter adapter) throws FileNotFoundExc

private void parseCommand() {
String macroArg = Macro.getOptions();
System.out.println(macroArg);

// macroArg = "modelPath=NucleiSegmentationBoundaryModel";
// macroArg = "modelPath=NucleiSegmentationBoundaryModel outputFolder=null";
Expand Down

0 comments on commit e2d7375

Please sign in to comment.