otoofim / ABNORMAL_EVENT_DETECTION-IN_VIDEOS_USING_GENERATIVE_ADVERSARIAL_NETS

7 stars 0 forks source link

ABNORMAL EVENT DETECTION IN VIDEOS USING GENERATIVE ADVERSARIAL NETS

This project is the Pytorch implementation of the paper "ABNORMAL EVENT DETECTION IN VIDEOS USING GENERATIVE ADVERSARIAL NETS".

As described in the paper, this method applies Pixel2Pixel architecture. Using two same architecture as Pixel2Pixel, the model learns to map frames to optical flows and vice versa. To compute the optical flow, "High accuracy optical flow estimation based on a theory for warping" is used. Its implementation can be found here. In addition, AlexNet is used as feature extractor to provide a compact representation for frames.

TO DO LIST: