1
0
Fork 0
mirror of https://github.com/deepfakes/faceswap synced 2025-06-09 04:36:50 -04:00
Commit graph

6 commits

Author SHA1 Message Date
torzdf
ab7fa48b8b Remove dlib.rectangles. Replace with BoundingBox class 2019-05-07 10:01:00 +00:00
torzdf
ffd72b32d6 Remove all saved models from repo
All models now download when required
Model downloader can handle multiple files in model
2019-05-07 00:18:08 +00:00
torzdf
6c6aac77aa Dlib Detector Removal. CV2 Detector add. Bugfix on-the-fly convert
Remove dlib-hog + dlib-cnn detectors
Add cv2-dnn detector
Change on-the-fly detector to cv2-dnn
Bugfix: on-the-fly conversion
Bugfix: Pool processes
2019-05-01 22:46:33 +00:00
torzdf
86947eca37 Allow s3fd to run at less than optimal vram availability 2019-03-09 13:19:23 +00:00
torzdf
a12ae63265 Better extractor error handling on initialization 2019-03-09 12:43:40 +00:00
torzdf
f2e4c5a12c
S3fd detector (#649)
* Implement s3fd detect plugin

* s3fd: Add confidence slider to config. Update cli helptext
2019-03-08 11:00:47 +00:00