face-alignment icon indicating copy to clipboard operation
face-alignment copied to clipboard

:fire: 2D and 3D Face alignment library build using pytorch

Results 99 face-alignment issues
Sort by recently updated
recently updated
newest added

Hi, In **face-alignment**, inappropriate dependency versioning constraints can cause risks. Below are the dependencies and version constraints that the project is using ``` opencv-python* scipy>=0.17.0 scikit-image* numba* ``` The version...

I am trying to use face alignment network as backbone for faster rcnn pytorch pretrained model. I am using the net_s3fd structure as a feature extraction network and this is...

`LandmarksType` enums types are marked as private and raise weak warnings when accessed (i.e. in `README.md` examples). I can imagine that they're named with the underscore because of the impossibility...

for I have cuda 0,1,2,3 but it specifies to 0 always.

could anyone tell me how to get face landmarks from a batch? the api 'get_landmarks_from_batch' seems not to work, the code shows that it still get landmarks from image one...

using python 3.10.1, torch: 1.11.0+cu113 and numpy 1.21.6, the following error occurs: ``` C:\Users\PICO\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\_masked\__init__.py:223: UserWarning: Failed to initialize NumPy: module compiled against API version 0xf but this version of numpy...

- Replaced print warning with logger.warning BTW, I had many images to detect with dlib, but I couldn't suppress / ignore warning as they come from standard output print function....

* This `face-alignment` is for face key point detection,But how should I do the real alignment operation? * Like an affine transformation, keeping the eyes on the horizon? * I...

When I input the image about 1920*1080, blazeface can not work. Do you have any solutions?