facexlib icon indicating copy to clipboard operation
facexlib copied to clipboard

FaceXlib aims at providing ready-to-use face-related functions based on current STOA open-source methods.

Results 39 facexlib issues
Sort by recently updated
recently updated
newest added

Some code in the system will apply for resources on cuda:0, although I have specified other gpuid. This commit solves the problem

Thank you for perfect work. But like this: "device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')", Sometimes, I will use 'cuda:1'. Please fix it.

Now! Function get_face_landmarks_5 Detect_faces Second individual number 0.97, Nyoka demand repair source code, Incapable individual number direct change This individual, Unnecessary repair utils / face_resoration_helper.py Please!

Hi, i'd like to know is the model retinaface trained on RGB or BGR? if i applied direct on RGB, will the precision changes a lot? Thanks for reply!

I am using this image in https://github.com/TencentARC/GFPGAN and the background turns black after calling `paste_faces_to_input_image`. Is there a way to implement support for PNG transparent background? ![c30b14894f8c4767e667e393f2ca2678_4f4de8bf8817aede213d2412aa2b53f4](https://user-images.githubusercontent.com/2318450/150652131-e5c1b9e4-786c-4db3-99c4-c7b5a508d04c.png) Thanks

Could not import ResNetArcFace, cosin_metric, load_image in inference/inference_recognition.py

Hello, in face_restoration_helper.py i see that you are using different models: face detection, landmark detection and a segmentation model. This causes cuda out of memory errors in even GPUs with...

Can you change this line only so we can use CPU or GPU. FROM: model = Backbone(num_layers=50, drop_ratio=0.6, mode='ir_se').to(**'cuda'**).eval() TO: model = Backbone(num_layers=50, drop_ratio=0.6, mode='ir_se').to(**device**).eval()

Hello, detection_Resnet50_Final.pth and parsing_parsenet.pth make my nvidia pc slow..just wanna ask if they got onnx version

# Problem: At the main [README](https://github.com/xinntao/facexlib/blob/master/README.md#sparkles-functions), there is a table with a few internal links: | Link Status | Link | :--- | :--- | | ⚠️ Non-existing link |...