facefusion/facefusion
Henry Ruhs 228febd73b
Replace retinaface with yunet (#168)
* Remove insightface dependency

* Fix urllib

* Some fixes

* Analyse based on matches

* Analyse based on rate

* Fix CI

* Migrate to Yunet

* Something is off here

* We indeed need semaphore for yunet

* Normalize the normed_embedding

* Fix download of models

* Fix download of models

* Fix download of models

* Add score and improve affine_matrix

* Temp fix for bbox out of frame

* Temp fix for bbox out of frame

* ROCM and OpenVINO mapping for torch backends

* Normalize bbox

* Implement gender age

* Cosmetics on cli args

* Prevent face jumping

* Fix the paste back speed

* FIx import

* Introduce detection size
2023-10-22 12:33:31 +02:00
..
processors Replace retinaface with yunet (#168) 2023-10-22 12:33:31 +02:00
uis Replace retinaface with yunet (#168) 2023-10-22 12:33:31 +02:00
__init__.py Initial commit 2023-08-19 23:52:51 +02:00
choices.py Next (#144) 2023-10-09 10:16:13 +02:00
core.py Replace retinaface with yunet (#168) 2023-10-22 12:33:31 +02:00
face_analyser.py Replace retinaface with yunet (#168) 2023-10-22 12:33:31 +02:00
face_cache.py Next (#107) 2023-09-19 11:21:18 +02:00
face_helper.py Fix import 2023-10-21 23:17:32 +02:00
face_reference.py Initial commit 2023-08-19 23:52:51 +02:00
globals.py Next (#144) 2023-10-09 10:16:13 +02:00
installer.py Move code to face helper 2023-10-14 16:16:13 +02:00
metadata.py Simplify bbox access 2023-10-11 13:53:00 +02:00
predictor.py Fix CI 2023-10-17 18:01:10 +02:00
typing.py Replace retinaface with yunet (#168) 2023-10-22 12:33:31 +02:00
utilities.py ROCM and OpenVINO mapping for torch backends 2023-10-19 08:16:23 +02:00
vision.py Next (#144) 2023-10-09 10:16:13 +02:00
wording.py Move the predictor to ONNX to avoid tensorflow, Use video ranges for prediction 2023-10-14 23:26:44 +02:00