Unverified Commit 009e62c7 authored by Matt Harvey's avatar Matt Harvey Committed by GitHub
Browse files

Update README.md

Showing with 1 addition and 1 deletion
+1 -1
...@@ -36,7 +36,7 @@ Now you can run the scripts in the data folder to move the videos to the appropr ...@@ -36,7 +36,7 @@ Now you can run the scripts in the data folder to move the videos to the appropr
## Extracting features ## Extracting features
Before you can run Methods #4 and #5, you need to extract features from the images with the CNN. This is done by running `extract_features.py`. On my Dell with a GeFore 960m GPU, this takes about 8 hours. If you want to limit to just the first N classes, you can set that option in the file. Before you can run the `lstm` and `mlp`, you need to extract features from the images with the CNN. This is done by running `extract_features.py`. On my Dell with a GeFore 960m GPU, this takes about 8 hours. If you want to limit to just the first N classes, you can set that option in the file.
## Training models ## Training models
......
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