- 위에 xml_path와 bin_path를 xml,bin 파일 경로로 바꾸어준다.
- capture function에서 아래 코드 주석처리
# cv2.imwrite('test2.jpg',frame)
- 스케쥴러를 이용해서 웹캠으로 10초에 한번씩 사람의 수를 counting한다.
python3 main.py
logger
- 인터넷이 연결되어있는지 확인 -> 서버로 전송가능
- 카메라가 연결되어있는지 확인
YOLO
@article{redmon2016yolo9000,
title={YOLO9000: Better, Faster, Stronger},
author={Redmon, Joseph and Farhadi, Ali},
journal={arXiv preprint arXiv:1612.08242},
year={2016}
}
SORT
@inproceedings{Bewley2016_sort,
author={Bewley, Alex and Ge, Zongyuan and Ott, Lionel and Ramos, Fabio and Upcroft, Ben},
booktitle={2016 IEEE International Conference on Image Processing (ICIP)},
title={Simple online and realtime tracking},
year={2016},
pages={3464-3468},
keywords={Benchmark testing;Complexity theory;Detectors;Kalman filters;Target tracking;Visualization;Computer Vision;Data Association;Detection;Multiple Object Tracking},
doi={10.1109/ICIP.2016.7533003}
}