| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Pneumonia Segmentation: It's a common infectious disease which can be life threatning if not diagnosed in time. The dataset used to train the model is imported from RSNA pneumonia detection Challenge containing 26684 X-Ray Images. Link to the dataset: https://www.kaggle.com/competitions/rsna-pneumonia-detection-challenge/data.
Steps taken for pre-processing the raw data->
Network Architecture Used: ResNet 18
Loss Function: BCEWithLogitsLoss
Optimizer: Adam with learning rate 1e-4
Epochs for training: 30
Cardiac Detection: It indicates size and position of the heart. Cardiomyopathy which is disease of the cardiac muscle which midght lead to heart failure or blood clots often comes with the size of the heart. Pneumorothox and Atelctasis which both leads to collapse of the lungs are sometimes accompanied by a change in position of the heart. Therefore, early detection reduces the risk and long term consequences. The dataset used to train the model is imported from RSNA pneumonia detection challenge containing 496 X-Ray Images. Link - https://www.kaggle.com/competitions/rsna-pneumonia-detection-challenge/data.
jfijicih
Atrium Segmentation: Segmenting an image is the process of assigning a specific class to all pixels or voxels in an image. Each voxel is either classified as not left atrium or left atrium. The segmentation of the atrium allows to exactly calculate its volume. Changes in atrial volume are associated with cardiac disorders, such as atrial fabrillation or mitral valve stenosis(narrowing of the mitral valve orfice, blocking blood flow). Link to the dataset: http://medicaldecathlon.com/. General Description of Data:
Steps taken for pre-processing the raw data->
Task: 1.Create a list of all 2D slices 2.Extract and load slice coreesponding label mask 3.Data augmentation 4.Return a augmented slice and mask
Network Architecture Used: U-Net
Loss Function: Dice Loss
Optimizer: Adam
Epochs for training: 75
| Back | FazBrowse Home | New Git URL |