https://github.com/ab4377/dream-project
Raw File
Tip revision: 8e64d9628355fde264b6481f9955478fed995fe5 authored by Avinash Bukkittu on 04 October 2017, 22:20:26 UTC
Merge branch 'master' of https://github.com/ab4377/dream-project
Tip revision: 8e64d96
Constants.py
meta_data_location = "/ifs/home/c2b2/ip_lab/shares/DATA/dataset/meta-data.csv"
walking_outbound_path = "/ifs/home/c2b2/ip_lab/shares/DATA/accel_data/"
forward_backward_path = "/ifs/home/c2b2/ip_lab/shares/DATA/accel_data/forward-backward.csv"
converted_data_location = "/ifs/home/c2b2/ip_lab/shares/DATA/converted_fb_data/converted_fb_accel_data/"
data_location = "/ifs/scratch/c2b2/ip_lab/ab4377/project/src/DATA/dataset/"
sampling_frequency = 100
back to top