Open A-Huli opened 1 year ago
Create a preprocessing pipeline for the Lung segmentation from Chest -Xray dataset.
Refer to the previous repo for code: https://gitlab.com/umie/umie_dataset/-/blob/master/Train_dataset/X_Ray/lung_segmentation_Xray_unifying.py?ref_type=heads
You can use the existing steps of a pipeline from the preprocessing directory.
When adding new pipeline steps, try to make them general. All parts relevant only to a specific dataset should be passed through parameters.
Refer to pipelines with the "Stanford" prefix for a working example.
Make sure that the config files contain info about this dataset.
please raname to "Chest Xray Masks and Labels"
Create a preprocessing pipeline for the Lung segmentation from Chest -Xray dataset.
Refer to the previous repo for code: https://gitlab.com/umie/umie_dataset/-/blob/master/Train_dataset/X_Ray/lung_segmentation_Xray_unifying.py?ref_type=heads
You can use the existing steps of a pipeline from the preprocessing directory.
When adding new pipeline steps, try to make them general. All parts relevant only to a specific dataset should be passed through parameters.
Refer to pipelines with the "Stanford" prefix for a working example.
Make sure that the config files contain info about this dataset.
Upvote & Fund