项目作者: jjeamin

项目描述 :
yolo를 이용한 people counting
高级语言: Jupyter Notebook
项目地址: git://github.com/jjeamin/People_counting_yolo.git
创建时间: 2019-03-31T10:36:31Z
项目社区:https://github.com/jjeamin/People_counting_yolo

开源协议:

下载


OPENVINO를 이용한 human counting

POST

사용법

  1. 위에 xml_path와 bin_path를 xml,bin 파일 경로로 바꾸어준다.
  2. capture function에서 아래 코드 주석처리
    1. # cv2.imwrite('test2.jpg',frame)
  3. 스케쥴러를 이용해서 웹캠으로 10초에 한번씩 사람의 수를 counting한다.
  1. python3 main.py

logger

  1. 인터넷이 연결되어있는지 확인 -> 서버로 전송가능
  2. 카메라가 연결되어있는지 확인

Citation

YOLO

  1. @article{redmon2016yolo9000,
  2. title={YOLO9000: Better, Faster, Stronger},
  3. author={Redmon, Joseph and Farhadi, Ali},
  4. journal={arXiv preprint arXiv:1612.08242},
  5. year={2016}
  6. }

SORT

  1. @inproceedings{Bewley2016_sort,
  2. author={Bewley, Alex and Ge, Zongyuan and Ott, Lionel and Ramos, Fabio and Upcroft, Ben},
  3. booktitle={2016 IEEE International Conference on Image Processing (ICIP)},
  4. title={Simple online and realtime tracking},
  5. year={2016},
  6. pages={3464-3468},
  7. keywords={Benchmark testing;Complexity theory;Detectors;Kalman filters;Target tracking;Visualization;Computer Vision;Data Association;Detection;Multiple Object Tracking},
  8. doi={10.1109/ICIP.2016.7533003}
  9. }

Reference