mauro-nievoff commited on
Commit
54e819a
·
verified ·
1 Parent(s): 12a72cd

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -3,7 +3,7 @@ image_extensions.add('webp')
3
 
4
  class MultiCaReClassifier():
5
 
6
- def __init__(self, image_folder, models_root, save_path = '', add_multiclass_columns = False):
7
 
8
  '''Class used to classify medical images considering their types (such as ultrasound or MRI), and the corresponding anatomical region and view (for radiology images only).
9
  image_folder (str): folder containing all the input images.
 
3
 
4
  class MultiCaReClassifier():
5
 
6
+ def __init__(self, image_folder, models_root = 'MultiCaReClassifier/models', save_path = '', add_multiclass_columns = False):
7
 
8
  '''Class used to classify medical images considering their types (such as ultrasound or MRI), and the corresponding anatomical region and view (for radiology images only).
9
  image_folder (str): folder containing all the input images.