Skip to content

Commit

Permalink
Merge pull request #10 from BrainLesion/fix/weights-download-bug
Browse files Browse the repository at this point in the history
- rm unnecessary move/delete
  • Loading branch information
neuronflow authored Jan 9, 2024
2 parents 35912b3 + 733b84d commit 2e2e57d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
8 changes: 0 additions & 8 deletions brainles_aurora/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,3 @@ def download_model_weights(target_folder):
out=target_folder,
recursive=True,
)

sh.move(
src=os.path.join(target_folder, dl_folder),
dst=target_folder,
)
sh.rmtree(os.path.join(target_folder, "AURORA"))

# https://github.com/neuronflow/BrainLes/tree/8723d7b26a84fe00187aa2ebff7b66904913d7ed/AURORA/brainles_aurora/model_weights
6 changes: 0 additions & 6 deletions brainles_aurora/run_inference_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
import click








@click.command()
@click.option("--t1_file", default=None, help="Path to T1 file")
@click.option("--t1c_file", default=None, help="Path to T1-CE file")
Expand Down

0 comments on commit 2e2e57d

Please sign in to comment.