Y
Hacker News
new
|
ask
|
show
|
jobs
by
cleardusk
707 days ago
Understood. The core dependency of InsightFace in LivePortrait is the face detection algo. The face detection is easily to be replaced with self-developed or MIT-licensed model.
2 comments
cchance
707 days ago
Exactly just replace it with any segmentation model lol, FastSAM or a YOLO model can find the face lol. No reason to be using insight for that.
link
homarp
707 days ago
alt models
https://paperswithcode.com/task/face-detection
link