Skip to content

jogeuncheol/smoker_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Smoker_Detection::sniffing

Python File

  • project.py :: main file
  • smoker.py :: class::Smoker:흡연 중인 객체를 저장하기위한 Dictionary. class::Smoking:흡연 객체의 데이터를 저장, 흡연 판단.
  • classification.py :: 학습된 모델을 불러와 이미지 분류를 수행.
  • Data_Generator.py :: 데이터를 생성하기위한 스크립트. Google MediaPipe를 활용해 얼굴을 중심으로 한 이미지를 저장함

Project PPT

Video

References

Huge shoutout goes to hunglc007 and nwojke for creating the backbones of this repository: