Skip to content

Convolutional neural network based activity classifier using accelerometer data

Notifications You must be signed in to change notification settings

willxie/activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convolutional neural network based activity classifier using accelerometer data

Install caffe by following the instructions:

http://caffe.berkeleyvision.org/installation.html

Make sure that solver_mode in activitynet_solver.prototxt is set to the correct hardware configuration (CPU or GPU).

Process actitracker dataset into hdf5 format:

$ python src/convert_data.py

Run classifier:

$ /path/to/caffe/build/tools/caffe train --solver=activitynet_solver.prototxt

For me:

$ ~/caffe/build/tools/caffe train --solver=activitynet_solver.prototxt

About

Convolutional neural network based activity classifier using accelerometer data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published