Skip to content
/ HOG1D Public

Implementation of Histogram of Gradients for Time Series classification

Notifications You must be signed in to change notification settings

AjeyPaiK/HOG1D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

HOG1D

Implementation of Histogram of Oriented Gradients for Time Series classification

We have the foot-ground angle data from various subjects collected from a novel instrument that we developed. The data has been collected during three walking modes: Level Walk (LW), Ramp Ascent (RA) and Ramp Descent (RD).

This repository contains our implementation of Histogram of Oriented Gradients (HOG) for these 1-D time series. The script creates a data file in CSV format which was later used to classify the signals using a Support Vector Machine.

Some images:

Axis 1 shows the oriented gradients for one enitre gait cycle in LW. Axis 2 shows the corresponding HOG by splitting one gait cycle into 3 equal parts. Axis 1 shows the oriented gradients for one enitre gait cycle in RA. Axis 2 shows the corresponding HOG by splitting one gait cycle into 3 equal parts. Axis 1 shows the oriented gradients for one enitre gait cycle in RD. Axis 2 shows the corresponding HOG by splitting one gait cycle into 3 equal parts.

About

Implementation of Histogram of Gradients for Time Series classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages