Add codeformer and update license
This commit is contained in:
5
facelib/detection/yolov5face/utils/extract_ckpt.py
Normal file
5
facelib/detection/yolov5face/utils/extract_ckpt.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import torch
|
||||
import sys
|
||||
sys.path.insert(0,'./facelib/detection/yolov5face')
|
||||
model = torch.load('facelib/detection/yolov5face/yolov5n-face.pt', map_location='cpu')['model']
|
||||
torch.save(model.state_dict(),'weights/facelib/yolov5n-face.pth')
|
||||
Reference in New Issue
Block a user