Skip to content

ubilabs/soccer-debs-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

ACM DEBS 2013 Grand Challenge

Analytics of Realtime Soccer Match Sensor Data with JavaScript and WebGL – Reprocessed and Visualized for Web Browser or Command Line Consumption.

More info: http://www.orgs.ttu.edu/debs2013/

Install

  1. Clone this repo or download as .ZIP.
  2. Download the 2.6GB data file: full-game.gz
  3. Extract to ./app/data
  4. Download Node.js

Visualize Output in Browser

cd ./app
node browser.js

This will start a server on http://localhost:9000.

Create Streams via Command Line

cd ./app
node commandline.js

This will create several file steams in ./output.

If you add the option --no-output the application will skip the file stream output.

The following information is shown while the script is running:

8.3%          - percentage of analysis
Game: 4:16    - time in recorded game
Elapsed: 2:32 - time since script was started
ETA: 30:31    - estimated time for full analysis
Speed: 217%   - current speed of processing 
150MB Memory  - RAM used by V8

Screenshot

Screenshot

Watch a short intro on YouTube! and read the paper.

Author

Martin Kleppe - [email protected]

About

The ACM DEBS 2013 Grand Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published