mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-20 21:43:21 -07:00
upd readme
This commit is contained in:
parent
d8833e929e
commit
e069b839f1
9 changed files with 220 additions and 209 deletions
29
doc/doc_sort_tool.md
Normal file
29
doc/doc_sort_tool.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
### **Sort tool**:
|
||||
|
||||
`blur` places most blurred faces at end of folder
|
||||
|
||||
`hist` groups images by similar content
|
||||
|
||||
`hist-dissim` places most similar to each other images to end.
|
||||
|
||||
`hist-blur` sort by blur in groups of similar content
|
||||
|
||||
`brightness`
|
||||
|
||||
`hue`
|
||||
|
||||
`black` Places images which contains black area at end of folder. Useful to get rid of src faces which cutted by screen.
|
||||
|
||||
`final` sorts by yaw, blur, and hist, and leaves best 1500-1700 images.
|
||||
|
||||
Best practice for gather src faceset from tens of thousands images:
|
||||
|
||||
1) `black` -> then delete faces cutted by black area at end of folder
|
||||
2) `blur` -> then delete blurred faces at end of folder
|
||||
3) `hist` -> then delete groups of similar unwanted faces and leave only target face
|
||||
4) `final` -> then delete faces occluded by obstructions
|
||||
|
||||
Best practice for dst faces:
|
||||
|
||||
1) delete first unsorted aligned groups of images what you can to delete. Dont touch target face mixed with others.
|
||||
2) `hist` -> then delete groups of similar and leave only target face
|
Loading…
Add table
Add a link
Reference in a new issue