facer icon indicating copy to clipboard operation
facer copied to clipboard

Face analysis tools for modern research, equipped with state-of-the-art Face Parsing and Face Alignment

Results 23 facer issues
Sort by recently updated
recently updated
newest added

Hi, I'm getting this warning when i'm calling to farward function of ---- the second time """ /usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py:1194: UserWarning: operator() profile_node %385 : int[] = prim::profile_ivalue(%383) does not have profile...

https://github.com/FacePerceiver/facer/blob/b2e4fcb94fa8db7cff1a053b6c6441131274c074/requirements.txt#L1-L10 The [`timm` library](https://github.com/huggingface/pytorch-image-models) is [called in `model.py`](https://github.com/FacePerceiver/facer/blob/main/facer/farl/model.py#L11), but `timm` is not included in `requirements.txt`, resulting in a `ModuleNotFoundError` when running the first example.

Hi there! First of all thank you for the work on this awesome project. I'm looking for an easy way to run the FaRL LAION checkpoints on a directory of...

Thanks for your great job! I am seeking information on the methodology used to obtain the face parsing result ('farl/celebm/448') for the full input image (512x512) instead of relying on...

When I test the new published pretrained model, I found that semantic segmentation results and input images do not match perfectly. I looked through the'tanh_warp'-related processing and found that the...

Hi, thank you for your nice work. I'm making stable diffusion webui extension by facer project. ([link](https://github.com/BbChip0103/sd-webui-facer)) Using stable diffusion and controllnet, masking is really important. A lot of people...

I'm trying to get the feature maps of face parsing network. Now, jit load is using, so I can not kown the network structure. How can I get the feature...