Tech-Matrix / Face-Detection

Face detection app using python and opencv.
0 stars 3 forks source link

Real time object detection along with face detection #1

Closed amulyaashetty closed 2 years ago

amulyaashetty commented 3 years ago

Is your feature request related to a problem? Please describe. The existing code can only detect faces , I would like to add new features so that it detect objects as well.

Describe the solution you'd like I would like to make use of mobilenet SSD to detect the objects in the background along with faces by initializing the list of class labels to detect and generate a set of bounding box for each object and face detected with labels.

Describe alternatives you've considered Numpy library for face and object detection Mobilenet SSD - single shot multibox detector to enhance the accuracy of detection. detection

Additional context Add any other context or screenshots about the feature request here.

charvibannur commented 2 years ago

Great initiative!! You can get started