Segmentação de imagens low-dose, aplicada com CNN
Execute the following:
#Procedure to handle the data
- run segmentation_test.py to obtain the dataset segmented (ground truth)
- run create-low-dose-data.py to obtain Low Dose CBCT reconstructions of dataset
- run training-validation-test.py to create disjoint groups of Tomos for training, validate, and executing the Neural Net
#Procedure to segment using the neural net
- run build_npy.py to obtain the correct format of output files
- run data_utils.py to create csv files for training, validation, and test
- adjust the parameters in data_loader.py
- run train.py to train the model
- run generalization.py to save the output of the images in the test set