Closed alanssoares closed 7 years ago
Well, I found the problem. The documentation doesn't have information about the usage of the different versions of the dataset description file like:
GRT_LABELLED_TIME_SERIES_CLASSIFICATION_DATA_FILE_V1.0 GRT_LABELLED_CLASSIFICATION_DATA_FILE_V1.0
Answering the question that myself asked:
Q1 - Can I use 3D vector of float values in time series?
R: Yes, you need set the NumDimensions: 3
Q2 - Can I use the same description file with others algorithms/models (HMM,SVM)?
R: No, you can't. The description file depends of the algorithm.
Q3 - My gestures are performed with two hands, so I created the time series first putting all left hand positions and after the right. That's right?
R: Well, I don't know. I hope that someone answer this question.
Anyway, I hope that this can help.
Hi, I'm trying test my dataset in your toolkit using some algorithms. When I run my training using a file created (my dataset) according with your description .grt file, it shows a message:
My dataset:
I also have some doubts: