Commit c560d8d7 authored by Matt Harvey's avatar Matt Harvey
Browse files

Updates requirements.

Showing with 4 additions and 0 deletions
+4 -0
......@@ -16,6 +16,8 @@ This code requires you have Keras 2 and TensorFlow 1 or greater installed. Pleas
`pip install -r requirements.txt`
You must also have `ffmpeg` installed in order to extract the video files. If `ffmpeg` isn't in your system path (ie. `which ffmpeg` doesn't return its path, or you're on an OS other than *nix), you'll need to update the path to `ffmpeg` in `data/2_extract_files.py`.
## Getting the data
First, download the dataset from UCF into the `data` folder:
......
......@@ -3,3 +3,5 @@ numpy>=1.12.1
pandas>=0.19.2
tqdm>=4.11.2
matplotlib>=2.0.0
Pillow>=2.1.0
h5py>=2.7.0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment