O

Object Detection Using Deep Learning

This project is purely based on Object Detection in a static image with the help of opencv module "cv2.dnn" .It's a mini-project so it can detect objects within 21 classes I had trained it with.

O

Object Detection Using Deep Learning

This project is purely based on Object Detection in a static image with the help of opencv module "cv2.dnn" .It's a mini-project so it can detect objects within 21 classes I had trained it with.

The problem Object Detection Using Deep Learning solves

This project can be used in many domain like detecting diseases from CT scans and X-ray images, could be helpful in detecting covid-19 patients with the X-ray images, it will also help in cyber securities for facial recognition, etc.

Challenges we ran into

The main problem that we were facing was to get an appropriate dataset, to over come this we used cv2.dnn module and used transfer learning to train a pretrained model with our desired classes to detect the objects we want.

Discussion