Skip to content

HSoo-Kim/SpatioTemporal-AutoEncoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

SpatioTemporal-AutoEncoder

Pytorch implementation of SpatioTemporal AutoEncoder

Paper: Abnormal Event Detection in Videos using Spatiotemporal Autoencoder(https://arxiv.org/pdf/1701.01546.pdf)

image

I tried to implement the ST_AE with Pytorch, referring to keras code from https://github.com/aninair1905/Abnormal-Event-Detection. There could be incorrect implementation in my code, so feel free to announce me about error.

Missing Components

In referred Keras's code(https://github.com/aninair1905/Abnormal-Event-Detection), there are dropout and recurrent_drop out in ConvLSTM block. I cannot add them to my ConvLSTM.py.

About

Pytorch implementation of SpatioTemporal AutoEncoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages