nickgillian / grt

gesture recognition toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash without any information

mikaoP opened this issue · comments

Hi, my program ends crashing when i train the pipeline with this trainingData and ANBC
https://transfer.sh/gaR2j/gestures.grt
However, with a similar file but using one class it works...

I'm using Windows 10 with visual studio 2015

I have done some debug and it crashes throwing excepción de Microsoft C++: std::bad_alloc en la ubicación de la memoria 0x008FBD48. It seems GRT tries to have all training data information on memory and when it has not enought the program dies

I see. The problem was the huge size of the file

How big was the file?