Angel G.

Results 11 issues of Angel G.

in mtcnn.py the function prewhiten is not called. I wonder then whether the returned images are in the same form the pre-trained models expect. There is function fixed_image_standardization, but it...

TF/Keras has updated so as often happens, it broke the old code. the corrected stanzas should look like: `if K.image_data_format() == "channels_first": # was K.image_dim_ordering() == "th"`

@tamerthamoqa Hello again! Your pre-trained model is trained on unaligned VGG2 dataset, so it performs well with variances over pose. But many projects pre-process the images to obtain aligned faces...

Trying to build the php extension, on the configure step: `./configure LIBS="-lpthread" --with-pHash="/usr/local"` checking for pHash in default path... found in /usr/local .... error: 'pHash.h' header not found. I verified...

In short, there are platforms with **shared** GPU/CPU RAM (like Nvidia Jetson) where this becomes problematic, because the GPU drivers won't allocate GPU memory decreasing the buffers/cached data but instead...

I want to use your script, but I can't get xorg.conf the way you describe in USAGE.md I have 2 cards, the display is at one of them. Where you...

If I run `optirun ./clpeak -d 0` I get:` Platform: Intel Gen OCL Driver Device: Intel(R) HD Graphics Kabylake Desktop GT1.5 Driver version : 1.3 (Linux x64) Compute units :...

You wrote you get ~ 3FPS detection rate. I wonder then how do I get ~30 FPS from an example code which uses the openCV hog+svm face detector ? I...

Installation fails with: package embed: unrecognized import path "embed" (import path does not begin with hostname) ### Environment OS: Ubuntu 20.04.5 LTS The commands to install it were executed per...

To crash the driver is enough to use fbset on the framebuffer device to change the resolution: `fbset -xres 1920 -yres 1080 -fb /dev/fb1` What should happen instead: if the...