Skip to content

zxc916443179/SDAE_abnormal_detection

Repository files navigation

Learning Deep Representations of Appearance and Motion for Anomalous Event Detection

Reimplementation of this paper with python and tensorflow.
  • Dataset UCSD_Anomaly_Dataset

Usage

    # pretrain and finetuning
    python ./dae.py 
        --datasetPath "path to dataset"
        --num_epoch "number of epoch(default: 10)"
        --batch_size "batch size(default: 10)"
        --max "max number of dataset per epoch(0 represents all)"
        --corrupt_prob "corrupted data ratio"
        --dimensions "dimensions of hidden layers (default:[1024, 512, 256, 128]"
        --momentum "learning momentum(default:0.9)"

    # evaluation
    python ./eval.py
        --checkpoint_dir "loading latest checkpoint"

    # visualization
    tensorboard --logdir ./runs/your_path/summaries # shown on http://localhost:6006
    # and so on

Thanks to original work but it is incomplete:anomaly-event-detection

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages