Releases: xinntao/facexlib
Releases · xinntao/facexlib
FaceXlib v0.2.5 Release Note
🚀 Long time no see ☄️
✨ Highlights
✅ support change model root path to save models, so that facexlib does not need to save the models in the site-pacakge
path.
✅ support on CPU mode for FaceRestoreHelper
✅ add parsenet to face_restoration_helper
FaceXlib V0.2.2 Release Note
🚀 Have a nice day
✨ Highlights
- [Enhancement] We have updated face_restoration_helper.py. It now uses cv2.LMEDS method in the
cv2.estimateAffinePartial2D
, so that it can produce the same result as that of skimage transform. - We add a face parsing net for low-quality face inputs.
This release also stores the following pre-trained models ;-)
- parsing_parsenet.pth
FaceXlib V0.2.1.0 Release Note
🚀 Have a nice day!
✨ Highlights
Fix bugs in FaceRestoreHelper:
- Fix the inaccurate paste back (back alignment) in FaceRestoreHelper: a339560
- Remove faces with too small eye distance, such as side faces or too small faces: 24493fc, the example is here: xinntao/Real-ESRGAN#72
Enhancement in FaceRestoreHelper
- Support alpha channel and gray images: 3c06885
facexlib V0.2.0 Release Note
🚀
✨ Highlights
We have updated a lot!
face_restoration_helper
supportspad_blur
for multiple faces- Add face matting
- Add face parsing
- Add face head pose estimation
- Add assessment
This release also storing the following pre-trained models ;-)
- assessment_hyperIQA.pth
- matting_modnet_portrait.pth
- parsing_bisenet.pth
- headpose_hopenet.pth
facexlib V0.1.0 Release Note
🚀
✨ Highlights
Wow, we have a new lib -- facexlib.
This release is mainly for storing the following pre-trained models ;-)
- alignment_WFLW_4HG.pth
- detection_mobilenet0.25_Final.pth
- detection_Resnet50_Final.pth
- recognition_arcface_ir_se50.pth