JordanPeltier

Results 12 comments of JordanPeltier

aspect_ratios = [2] with Max_size set to None means you will have the ratios 1.0, 2.0 and 1/2.0. So actually you will have 3 priors

Same question for the variance

Same here. Training is happening but very slow because of this warning

Hi, Actually I found the solution. You have to use the method "extended" in order to remove the non-extended fingers of the list. I probably don't have the same SDK...

The problem is that the facial landmarks are very good. And I tried with different angles. Let me show you : ![figure_1](https://cloud.githubusercontent.com/assets/13131858/15297254/fb4efa68-1b90-11e6-988b-c04e8bf40092.png) ![figure_2](https://cloud.githubusercontent.com/assets/13131858/15297256/fc54654c-1b90-11e6-8ec6-f59180cea630.png) ![figure_3](https://cloud.githubusercontent.com/assets/13131858/15297258/fd4e7582-1b90-11e6-904a-99c117cd8460.png) ![figure_4](https://cloud.githubusercontent.com/assets/13131858/15297261/fe336b2e-1b90-11e6-8fba-501ab7649df8.png)

Hi, So it may be my set up : > > > cv2.**version** > > > '3.1.0' > > > dlib.**version** > > > '18.18.100'

Ok thanks for this reply !

@dougsouza Thanks for considering my issue. I attach what i get with bigger face. ![figure_1](https://cloud.githubusercontent.com/assets/13131858/15354017/95b1040e-1ce3-11e6-8273-ff555272c7cc.png) ![figure_2](https://cloud.githubusercontent.com/assets/13131858/15354019/95b481b0-1ce3-11e6-8d61-19dd8f66e9cd.png) ![figure_4](https://cloud.githubusercontent.com/assets/13131858/15354020/95b56f94-1ce3-11e6-94b7-b08fc8d54c72.png) ![figure_3](https://cloud.githubusercontent.com/assets/13131858/15354018/95b3cf2c-1ce3-11e6-9b74-b7fb149572a2.png)

@dougsouza Do I have to preprocess the picture before using the frontalize code ? Like face detection, resize or something?