- environment: python 3.6.9 & tensorflow1.15
You may install the requirements by running the following command
sudo pip3 install -r requirements.txt
You may run the program by running the following command
python image_processing.py
- Read an input image and its ground truth
- Show predict results
- Show the overlapping of segmentation result(red) on the original input image
- Show the evaluation result (DC)
- Histogram Equalization
- Image Sharpening
- Model: UNet
- Loss: binary crossentropy