Skip to content

Commit

Permalink
ENH: remove dicom classifier model file
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrzus committed Apr 10, 2024
1 parent 092b9e2 commit a1a01fc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Binaries and executables
example_tool/brainmask_model.ckpt filter=lfs diff=lfs merge=lfs -text
example_tool/rf_dicom_modality_classifier.onnx filter=lfs diff=lfs merge=lfs -text
example_tool_light/rf_dicom_modality_classifier.onnx filter=lfs diff=lfs merge=lfs -text
# Git lfs settings for files types
*.IMA filter=lfs diff=lfs merge=lfs -text
*.nii.gz filter=lfs diff=lfs merge=lfs -text
Expand Down
1 change: 0 additions & 1 deletion example_tool/brainmask_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
nifti_path = dicom_inference_and_conversion(
session_dir=session_path.as_posix(),
output_dir=output_path.as_posix(),
model_path=f"{current_dir.as_posix()}/rf_dicom_modality_classifier.onnx",
)
except Exception as e:
reason = f"Error in stage: {stage_name}"
Expand Down
3 changes: 0 additions & 3 deletions example_tool/rf_dicom_modality_classifier.onnx

This file was deleted.

1 change: 0 additions & 1 deletion example_tool_light/brainmask_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
nifti_path = dicom_inference_and_conversion(
session_dir=session_path.as_posix(),
output_dir=output_path.as_posix(),
model_path=f"{current_dir.as_posix()}/rf_dicom_modality_classifier.onnx",
)
except Exception as e:
reason = f"Error in stage: {stage_name}"
Expand Down
3 changes: 0 additions & 3 deletions example_tool_light/rf_dicom_modality_classifier.onnx

This file was deleted.

0 comments on commit a1a01fc

Please sign in to comment.