abnormal-spatiotemporal-ae/SETUP.md

364 B

Process

  1. $ ./setup.sh downloads the avenue dataset to ./share/data/videos/avenue
  2. $ pipenv install installs the dependencies
  3. $ pipenv shell activates the virtualenv
  4. $ python convert_video_to_frame.py to start preprocessing the Dataset
  5. $ python start_train.py to train the model.
  6. $ python start_test.py to text the trained model.