364 B
364 B
Process
$ ./setup.shdownloads the avenue dataset to ./share/data/videos/avenue$ pipenv installinstalls the dependencies$ pipenv shellactivates the virtualenv$ python convert_video_to_frame.pyto start preprocessing the Dataset$ python start_train.pyto train the model.$ python start_test.pyto text the trained model.