Carter Bao

Results 6 comments of Carter Bao

> key ';' + key 's' yeah I think `;s` switches to the default PDF viewer of chrome. However, I'd prefer the previous PDF viewer provided by Surfingkeys as it...

Why changing from Debug mode to Release makes it work?Could anyone explain that?

I got it, in the `HiddenLayer(int size, int in, int out, double **w, double *bp)` construction function, after `b = new double[n_out];` each element of b should be initialized to...

I got it, in the HiddenLayer(int size, int in, int out, double **w, double *bp) construction function, after b = new double[n_out]; each element of b should be initialized to...

It took me several days to solve this issue. I tried all the above methods, but they didn't work. Finally I replaced the opencv version from 3.3.0 to 3.2.0 and...

Hi, thank you for replying. For example, if I want to detect key-points(or landmarks) on faces, and I may have some face images with their key-points labeled. Now I want...