Abnormal-Event-Detection
Abnormal-Event-Detection copied to clipboard
The project is an OpenCV based C++ implementation of the paper 'Abnormal Event Detection at 150FPS in Matlab'
Results
2
Abnormal-Event-Detection issues
Sort by
recently updated
recently updated
newest added
Dear authors, Thank you for your great work. In https://github.com/kpandey008/Abnormal-Event-Detection/blob/ecf6fafe25bdf4b00974f0146afeb50819f79896/ikst_matlab/src/testFeaExtractor.cpp#L131, should the index be "ii-1" and "jj-1" instead of "ii" and "jj", since they start from 0? Thank you.
here AbEvent is an array, so numFrames must be a constant?