abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
317 stars 288 forks source link

Object Detection from a video #737

Closed theiturhs closed 3 weeks ago

theiturhs commented 3 weeks ago

Pull Request for DL-Simplified 💡

Issue Title : Object Detection from a video

Closes: #11

Describe the add-ons or changes you've made 📃

For object detection, three different Convolutional Neural Network architecture based models are implemented to detect objects from video. Initially, they are implemented on images, then on videos to check their detection and with what confidence score it detects and how long it takes to detect objects.

Here are the list of pretrained models that are used:

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

So, the detection process was first implemented of images. After verifying the results obtained from images, detection was made on video by taking each frame. The frames where objects are detected are then converted to videos.

Checklist: ☑️

github-actions[bot] commented 3 weeks ago

Our team will soon review your PR. Thanks @theiturhs :)