Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F five-video-classification-methods
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 47
    • Issues 47
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Matt Harvey
  • five-video-classification-methods
  • Merge requests
  • !25

Updates requirements.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Matt Harvey requested to merge 16-requirements into master 7 years ago
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Fixes #16 (closed) and #17 (closed)

Compare
  • master (base)

and
  • latest version
    c560d8d7
    1 commit, 2 years ago

2 files
+ 4
- 0

    Preferences

    File browser
    Compare changes
READ‎ME.md‎ +2 -0
requirem‎ents.txt‎ +2 -0
README.md
+ 2
- 0
  • View file @ c560d8d7

  • Edit in single-file editor

  • Open in Web IDE


@@ -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:
requirements.txt
+ 2
- 0
  • View file @ c560d8d7

  • Edit in single-file editor

  • Open in Web IDE


@@ -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
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
2
2 participants
Administrator
Matt Harvey
Reference: harvitronix/five-video-classification-methods!25
Source branch: 16-requirements

Menu

Explore Projects Groups Snippets