-
problem : In this competition our goal is to predict the presence or absence of cancer in mammography images.
-
helped Notebooks: in our journey i will use some hopefull ideas from other notebook and i will mention them in description
-
Tasks we will cover in this section
- Per-Processing images
- understand the data
- explore data from diffrent view perspective
- Technic to processes data to feed into the mode
- read images in each case Patient_ID
- Resize the image and Crop the ROI ( region of intersted
- save the process the image in npy format
- extrat the image label from Train.Csv file
- Virtualize few sample
- Per-Processing images
-
Run
- to the train step following this command
python train.py --stage 'train' --gpus 0 --Epochs 200