The web page serves as the gate to simple training tool for HMM based on HTK.
Configuration |
Helpparameters and directory structure describtion, zip file folder structure, etc.Configuration parameters
Directory structure of the training datasetThe training data files must respect following directory structure:
The data filename itself is driven by following rules: /name_[sample id]_[class number]_[sample version].txt
File format of the training dataThe data file contains information about the size of feature data: number of columns and rows. Columns corresponds to feature space dimension and rows to sample data. 4 5 1 1 0 0 2 1 0 0 3 1 0 0 4 1 0 0 5 1 0 0 Information about sample classes are stored in file labels.txt. The file format is as following: 0/traj_00_0_00.txt 0 0/traj_01_0_00.txt 0 1/traj_00_1_00.txt 1 1/traj_01_1_00.txt 1 training scripts Evaluation phase
trajectory_lib - Sample implementation of evaluation HMM by viterbi algorithm . |