- project.py :: main file
- smoker.py :: class::Smoker:흡연 중인 객체를 저장하기위한 Dictionary. class::Smoking:흡연 객체의 데이터를 저장, 흡연 판단.
- classification.py :: 학습된 모델을 불러와 이미지 분류를 수행.
- Data_Generator.py :: 데이터를 생성하기위한 스크립트. Google MediaPipe를 활용해 얼굴을 중심으로 한 이미지를 저장함
- Google Tensorflow Image Classification Tutorials
- kaggle Cigarette Smoker Detection :: 흡연자 이미지
- yolov4-deepsort
- 이종석, 이현재, 이동규, 오승준, “흡연자 검출을 위한 새로운 방법”, 한국통신학회논문지, Volume 41 Issue 9, Pages.1120-1131, (2016).
- K.H.Lee, S.Y.Shin, and Y.W.Rhee, “Extraction of smoking in elevator using robust scene change detection method,” J.KSCI, vol.18, no.10, pp.89-95, (Oct.2013).
- S.Y.Shin and S.W.Lee, “Detection of smoking in elevator using average intensity measure,” Int.J.Multimedia and Ubiquitous Eng., vol.10, no.8, pp.181-186, (Aug. 2015).
- 이상현, 윤현수, 권현, “딥뉴럴네트워크 기반의 흡연 탐지기법 설계“, 융합보안 논문지, vol.21, no.1, 통권 94호 pp.191-200 (10 pages), (2021).
- Poonam G, Shashank B. N, Athri G Rao, "Development of framework for detecting smoking scene in video clips", Indonesian Journal of Electrical Engineering and Computer Science 13(1):22-26, (January 2019).
- Danilchenko PV, Romanov NS, "Neural networks application to detect the facts of smoking in video surveillance systems", Journal of Physics: Conference Series, Vol. 1794, Iss.1, (Feb 2021).
- 중부일보 - 융기원, 아동시설 인근 흡연 방지 프로젝트 돌입… '미소만 피워주세요’ (2021)
- 연합뉴스 - 어린이집 앞서 흡연했더니 영상 속 아이 나타나 '콜록콜록' (2021)
- Convolutional Neural Networks Explained (CNN Visualized)
Huge shoutout goes to hunglc007 and nwojke for creating the backbones of this repository: