Skip to content

Commit f20d103

Browse files
committed
Update
1 parent 086181e commit f20d103

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This is an anime face detector using
66
[mmdetection](https://github.com/open-mmlab/mmdetection)
77
and [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

1313
The 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

1616
The result of k-means clustering of landmarks detected in real images:
1717
![](assets/cluster_pts.png)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def _get_requirements(path):
1818

1919
setup(
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',

0 commit comments

Comments
 (0)