- Gergely Füstös - @fustosgergo
- Kristóf Pásztor - @pasztork
- Marcell Tóth - @tmb2k01
This project focuses on mammographic tumor detection and segmentation using medical image processing techniques. The CBIS-DDSM dataset, which contains a variety of film mammography studies, is leveraged for this purpose. The main goal of the project is to develop a model that detects and segments tumor regions in mammographic films, aiding in diagnosis and treatment planning for patients. Additionally, a web service is created that accepts a DICOM file, performs tumor detection and segmentation, and returns the results, providing a valuable tool for medical professionals.
The following flowchart provides an overview of the model's workflow, including the steps involved during inference and training:
The process begins with the input of a DICOM file, followed by preprocessing, tumor detection using the detection model, and segmentation of the detected regions using the segmentation model. The final output includes bounding boxes and segmentation masks for the tumor regions.
For more details on specific parts of our project, please refer to the following:
- Data Analysis: A comprehensive analysis of the dataset.
- Data Preparation: Steps for preparing mammographic images for the model.
- Model Evaluation: Results and analysis of the performance of the final model.
- Model Implementation: Describes how the detection and segmentation models work.
- Project Plan: Outline of the overall project objectives, timelines, and milestones.
- Web Service: A step-by-step guide to launching the web service for breast tumor detection and segmentation.
