Skip to content

C++ (OpenCV, YOLO) - 마스크를 착용하지 않은 사람을 탐지합니다.

License

Notifications You must be signed in to change notification settings

banb3515/HeyMask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hey! Mask!


Release



목차

  1. Hey! Mask!란?
  2. 시연 영상
  3. 개발 정보
  4. 빌드 방법

Hey! Mask!란?

  • 마스크를 착용하지 않은 사람을 탐지하면 탐지된 프레임을 캡처 후 HeyMaskViewer로 전송합니다.
  • 뷰어에서 마스크를 착용하지 않았던 사람들을 확인할 수 있습니다.

시연 영상

YouTube


개발 정보


빌드 방법

git clone https://gitlab.com/BanB3515/HeyMask.git
cd HeyMask
mkdir build && cd build
# CUDA 미 사용 시, cmake -D USE_CUDA=0 ..
cmake ..
make
./HeyMask ../heymask.ini

About

C++ (OpenCV, YOLO) - 마스크를 착용하지 않은 사람을 탐지합니다.

Topics

Resources

License

Stars

Watchers

Forks