|
35 | 35 | sync_dir = os.path.join(os.getcwd(), 'tests', 'test_rp_sync') |
36 | 36 | bp_annot_dir = os.path.join(sync_dir, 'projects', 'biopores_corrective_a', 'annotations') |
37 | 37 | dense_root_annot_dir = os.path.join(sync_dir, 'projects', 'roots_dense_a', 'annotations') |
38 | | -dense_nodule_annot_dir = os.path.join(sync_dir, 'projects', 'nodules_dense_a', 'annotations') |
| 38 | +corrective_root_annot_dir = os.path.join(sync_dir, 'projects', 'roots_corrective_a', 'annotations') |
| 39 | +dense_nodules_annot_dir = os.path.join(sync_dir, 'projects', 'nodules_dense_a', 'annotations') |
39 | 40 | datasets_dir = os.path.join(sync_dir, 'datasets') |
40 | 41 | bp_dataset_dir = os.path.join(datasets_dir, 'biopores_750_training') |
41 | 42 | root_dataset_dir = os.path.join(datasets_dir, 'towers_750_training') |
@@ -74,7 +75,7 @@ def setup_function(): |
74 | 75 | nodules_url = 'https://zenodo.org/record/3754046/files/nodules_750_training.zip' |
75 | 76 | dl_dir_from_zip(nodules_url, nodules_dataset_dir) |
76 | 77 |
|
77 | | - dense_nodules_annot_url = 'https://zenodo.org/record/11236258/files/user_a_dense_noduless_750_training_annotation.zip' |
| 78 | + dense_nodules_annot_url = 'https://zenodo.org/record/11236258/files/user_a_dense_nodules_750_training_annotation.zip' |
78 | 79 | dl_dir_from_zip(dense_nodules_annot_url, dense_nodules_annot_dir) |
79 | 80 |
|
80 | 81 |
|
@@ -160,5 +161,5 @@ def corrective_roots_training(): |
160 | 161 | if __name__ == '__main__': |
161 | 162 | setup_function() |
162 | 163 | corrective_roots_training() |
163 | | - dense_nodules_training(): |
| 164 | + dense_nodules_training() |
164 | 165 | #dense_roots_training() |
0 commit comments