People Detection and Tracking

前端 未结 4 901
春和景丽
春和景丽 2021-02-03 14:57

I want to do pedestrian detection and tracking.

Input: Video Stream from CCTV camera.

Output:

  1. #(no of) people go
4条回答
  •  南笙
    南笙 (楼主)
    2021-02-03 15:23

    This is somehow close to a research problem.

    You may want to have a look to this website which gathers a lot of references. In particular, the work done by the group from Oxford present therein is pretty close to what you are doing, since their are using HOG for detection. (That work has been extremely illuminating for me). EPFL and Julich have as well work done in the field.

    You may also want to give a look to this review which describes several detection/tracking techniques, often involving variants of the HOG algorithm.

提交回复
热议问题