KAIR icon indicating copy to clipboard operation
KAIR copied to clipboard

can't download RetinaFace-R50.pth and GPEN-512.pth

Open Captain-1314 opened this issue 2 years ago • 0 comments

https://github.com/cszn/KAIR/blob/master/main_test_face_enhancement.py I want to run main_test_face_enhancement.py, but I can't get RetinaFace-R50.pth and GPEN-512.pth.

================================================== How to run: step 1: Download <RetinaFace-R50.pth> model and <GPEN-512.pth> model and put them into model_zoo. RetinaFace-R50.pth: https://public-vigen-video.oss-cn-shanghai.aliyuncs.com/robin/models/RetinaFace-R50.pth GPEN-512.pth: https://public-vigen-video.oss-cn-shanghai.aliyuncs.com/robin/models/GPEN-512.pth step 2: Install ninja by pip install ninja; set for your own testing images step 3: python main_test_face_enhancement.py

Captain-1314 avatar Mar 25 '22 08:03 Captain-1314