This notebook is used to identify three class of people:
- With mask
- Without mask
- Mask weared incorrect
Here PyTorch library is used with Deep Residual Learning, Resnet34 network.
Contains detailed explanation of :
- RGB Format
- Convolutional Neural Network
- The LeNet-5 Architecture
- Display of images of different convolutional layers.
This program calculates total area of the bounding boxes and finds the intersection of points of two boxes.