nickgillian / grt

gesture recognition toolkit
853 stars 286 forks source link

Crash without any information #126

Closed mikaoP closed 7 years ago

mikaoP commented 7 years ago

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

mikaoP commented 7 years ago

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

mikaoP commented 7 years ago

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

nickgillian commented 7 years ago

How big was the file?