- Data Preparation:
- Make sure all images are of the same resolution.
- Organize images into folders based on the class being predicted i.e, a folder for each class.
- Data Pre-processing: Morphological Operations
- Thresholding on the image - convert it from a grey image to a binary image.
- Look at Erosion, Dilation, Opening, Closing.
- Data Pre-processing: Normalisation
- Divide by 255 (or)
- Divide by max-min (or)
- Divide based on percentile (to account for outliers)
- Data Pre-Processing: Augmentation
- Two types of transformations for augmentation - linear and affine.
- Different ways to augment - translation, rotation, scaling, etc.
- Adds variability to add to train the model better.
- Model Building
- Run ablation experiments
- Overfit on a smaller version of the training set
- Hyperparameter tuning
- Model training and evaluation
Saturday, November 30, 2019
CNN: Working With Images: Summary Steps
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment