Skip to content

Anomaly Detection in Video Sequence with Appearance-Motion Correspondence

License

Notifications You must be signed in to change notification settings

nguyetn89/Anomaly_detection_ICCV2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update 03 August 2020

A complete project (entire code and description) of the improvement of this paper will be published next year!

Note

According to the requests from some researchers who want to re-implement the work Anomaly Detection in Video Sequence with Appearance-Motion Correspondence (ICCV2019) (official page | arXiv | demo) in other deep learning frameworks, I tried to isolate the related piece of code from the whole (messy) project.

The network architectures (generator and discriminator) were implemented with Tensorflow and can be found in GAN_tf.py. Some related functions are also provided to give the big picture of the work (but they are not encouraged to use because some of them were discarded during the work).

Finally, sorry for such non-optimized code since I do not have time to improve it for a final version.

@InProceedings{Nguyen_2019_ICCV,
  author = {Nguyen, Trong-Nguyen and Meunier, Jean},
  title = {Anomaly Detection in Video Sequence With Appearance-Motion Correspondence},
  booktitle = {The IEEE International Conference on Computer Vision (ICCV)},
  month = {October},
  year = {2019}
}

About

Anomaly Detection in Video Sequence with Appearance-Motion Correspondence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages