Skip to content

nottanishqq/object-detection-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Object-detection-from-scratch

Overview

This project implements an object detector from scratch using basic machine learning principles to differentiate between facial images of masked and unmasked individuals. It's designed to provide a foundational understanding of object detection without relying on complex, pre-built frameworks.

Features

  • Masked vs. Unmasked Detection: Identifies whether a person in an image is wearing a mask or not.

  • From Scratch Implementation: Built using fundamental libraries like NumPy, scikit-learn, and OpenCV for core operations, providing insights into the underlying mechanisms of object detection.

  • Simple Data Handling: Demonstrates how to load, preprocess, and prepare image data for a custom object detection model.

  • Training and Evaluation: Includes the necessary steps to train the model and evaluate its performance.

About

Made an object detector from scratch which differentiates between facial images of masked and unmasked people.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors