Why am I getting QUnhandledException?

2015-09-23T13:45:40

  • I am working on FaceRecognition project. For that i am using BRISK algorithm from openbr.

  • For that i have to train data using many number of images. I am using training command as below,

    br -algorithm 'Open+Cvt(Gray)+Cascade(FrontalFace)+ASEFEyes+Affine(128,128,0.33,0.45)+  (Grid(10,10)+SIFTDescriptor(12)+ByRow)/(Blur(1.1)+Gamma(0.2)+DoG(1,2)+ContrastEq(0.1,10)+LBP(1,2)+RectRegions(8,8,6,6)+Hist(59))+PCA(0.95)+Normalize(L2)+Dup(12)+RndSubspace(0.05,1)+LDA(0.98)+Cat+PCA(0.95)+Normalize(L1)+Quantize:NegativeLogPlusOne(ByteL1)' -train ../data/ATT/img FaceRecognitionATT  
    
  • But i am getting 'QUnhandledException' after sometime. I cant figure it out that why i am getting this error. I am using 13500 images for training.

  • Any help is appreciated. Thanks!!!

Copyright License:
Author:「Sagar Patel」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/32731856/why-am-i-getting-qunhandledexception

About “Why am I getting QUnhandledException?” questions

I am working on FaceRecognition project. For that i am using BRISK algorithm from openbr. For that i have to train data using many number of images. I am using training command as below, br -alg...
I made a subclass of QException as follows: #include <QtConcurrent> #include <QException> class ProcessingException : public QException { public: ProcessingException(QString const...
Why am i getting the exception error va.lang.ArrayIndexOutOfBoundsException why am i getting thisva.lang.ArrayIndexOutOfBoundsException why am i getting thisva.lang.ArrayIndexOutOfBoundsException w...
for(int i=0;i<5;i++) { char ans = s.next().charAt(i); } I am getting a StringIndexOutOfBoundsException. Why it is happening?
I am trying to get NoUniqueBeanDefinitionException but i am not getting it any clue why i am not getting package com.example.demo; public interface IDateGen { } package com.example.demo; import...
Please tell me why i am getting ClassCastException in this case I have type casted , the source of B class to A as shown below , but why i am still getting ClassCastException here . public class A
In the following program: #include <iostream> using namespace std; int main(){ int i = 99; for(int i = 1; i <= 10; i++) { cout << i << endl;
I have imported mysql data from my local machine to webserver through phpmyadmin and when I run my script I am getting this error Illegal mix of collations (utf8_general_ci,IMPLICIT) and (
I am getting an error in PrintF in the following java code. The Error Is : The method printf(String, Object[ ]) in the type PrintStream is not applicable for the arguments (String, int) The ...
Why I am getting the altitude as 0 while using CoreLocation framework?

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.