Visualize Header
Site Menu

Home

Introduction

Research

People

Software

Publications

Related Links

Collaborators

Contact
For Windows Users
    You can download the executable jar file by following this link. The program can be executed by double clicking on the executable jar file that you download. The source code can be obtained from the following link. The documentation for the source code (including the private variables and methods) is available here.

For Linux Users
    To visualize the data from the smart attire network, please download the following java file (Visualize.java). This visualization tool is only for developers who are interested in contributing to the activity identification tool. Follow the instructions below for compiling this file:
1. After downloading the above java file into your favorite location, compile using the following command: javac Visualize.java.
2. You can put the class file in your classpath by setting the CLASSPATH environment variable. Then, you can start up the GUI by typing in: java Visualize.

Alternatively, you could also download the .jar file (from here) and execute it using the following command: java -jar Visualize.jar.

A few snapshots of the GUI are shown below.

snapshot 1

snapshot 2

Example Test Files

Walking example (tar-gz)
Configuration files directory

The current GUI is a beta version, so please e-mail all comments and bugs/issues to Raghu ( ganti email).