8 lines
364 B
Markdown
8 lines
364 B
Markdown
|
|
#### 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.
|