Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 941 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 941 Bytes

ComputerVision

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.