VIDA-NYU / HuBar

HuBar: A Visual Analytics Tool to Explore Human Behaviour based on fNIRS in AR guidance systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HuBar

HuBar is a visual analytics tool to explore human behavior using fNIRS data in AR guidance systems.

System screen

Install

npm install
npx webpack
python -m http.server

Ports:

The web interface is at http://localhost:8000. Please use Firefox or Safari web browsers.

Data Setup

To set up the required data for HuBar, follow these steps:

  1. Unzip the data.zip file in the same directory where it is located.

  2. Within the unzipped data folder, create a new folder named video.

  3. Inside the video folder, organize your recordings (videos) according to each session in the Ocarina dataset. If you don't have access to the video sessions, please contact s.castelo@nyu.edu to obtain a copy of the videos.

    The folder structure within the video folder should be organized as follows:

     ├── ...
     ├──data                   
     │  ├── video        # Folder containing all videos               
     │  |  ├── [participant_ID]     
     |  |  |  ├── [trial_ID]   
     |  |  |  |  ├── hl2_rgb
     |  |  |  |  |  ├── codec_hl2_rgb_vfr.mp4
     |  |  ...   
     └────────────────────────────────────────────────────────────────────────────
    

About

HuBar: A Visual Analytics Tool to Explore Human Behaviour based on fNIRS in AR guidance systems


Languages

Language:JavaScript 88.1%Language:Jupyter Notebook 5.2%Language:CSS 3.5%Language:HTML 3.2%