shahizat / Face-Mask-Detection

Real time face-mask detection system using Deep Learning and TensorRT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Mask Detection System using AI and NVIDIA Jetson board

This repo implements SSD (Single Shot MultiBox Detector) in PyTorch for face mask detection, using MobileNet backbones.

For documentation, please refer to Object Detection portion of the Hello AI World tutorial: Re-training SSD-Mobilenet

Demo

output(1) (1)

Technologies

  • PyTorch
  • SSD Mobilenet
  • TensorRT
  • Python

Usage

Follow the steps provided here.

Data

The dataset used for training the model is available here.

About

Real time face-mask detection system using Deep Learning and TensorRT

License:MIT License


Languages

Language:Python 100.0%