aoso3 / Real-Time-Abnormal-Events-Detection-and-Tracking-in-Surveillance-System

The main abnormal behaviors that this project can detect are: Violence, covering camera, Choking, lying down, Running, Motion in restricted areas. It provides much flexibility by allowing users to choose the abnormal behaviors they want to be detected and keeps track of every abnormal event to be reviewed. We used three methods to detect abnormal behaviors: Motion influence map, Pattern recognition models, State event model. For multi-camera tracking, we combined a single camera tracking algorithm with a spatial based algorithm.
MIT License
93 stars 31 forks source link

Which video formats it supports? H265? #7

Open alcpp opened 10 months ago

alcpp commented 10 months ago

I was able to run the project, but it does not open H265 or H264 file. Which formats does it supports?