Skip to content

Commit

Permalink
build again
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Sep 9, 2024
1 parent 14e3449 commit aaec642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/vesselboost/invertcontrast.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def process_image(images, connection, config, metadata):
subprocess.run(["test_time_adaptation.py", "--ds_path", "tof_input", "--out_path", "tof_output", "--pretrained", "/opt/VesselBoost/saved_models/manual_0429", "--prep_mode", "4"])

if config['parameters']['options'] == 'booster':
logging.info("Running booster")
logging.info("Running booster. Not yet implemented")
# subprocess.run(["thresholding.py"])
# subprocess.run(["booster.py", "--ds_path", "tof_input", "--out_path", "tof_output", "--lb_path", "--ep", "--lr", "--prep_mode", "4"])

Expand Down

0 comments on commit aaec642

Please sign in to comment.