File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ This is an anime face detector using
66[ mmdetection] ( https://github.com/open-mmlab/mmdetection )
77and [ mmpose] ( https://github.com/open-mmlab/mmpose ) .
88
9- ![ ] ( assets/output.jpg )
9+ ![ ] ( https://raw.githubusercontent.com/hysts/anime-face-detector/main/ assets/output.jpg)
1010(To avoid copyright issues, I use generated images by the
1111[ TADNE] ( https://thisanimedoesnotexist.ai/ ) model here.)
1212
1313The model detects near-frontal anime faces and predicts 28 landmark points.
14- ![ ] ( assets/landmarks.jpg )
14+ ![ ] ( https://raw.githubusercontent.com/hysts/anime-face-detector/main/ assets/landmarks.jpg)
1515
1616The result of k-means clustering of landmarks detected in real images:
1717![ ] ( assets/cluster_pts.png )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def _get_requirements(path):
1818
1919setup (
2020 name = 'anime-face-detector' ,
21- version = '0.0.3 ' ,
21+ version = '0.0.4 ' ,
2222 author = 'hysts' ,
2323 url = 'https://github.com/hysts/anime-face-detector' ,
2424 python_requires = '>=3.7' ,
You can’t perform that action at this time.
0 commit comments