update the message
Browse files
app.py
CHANGED
|
@@ -38,6 +38,8 @@ with gr.Blocks() as blocks:
|
|
| 38 |
gr.Markdown("""
|
| 39 |
# AutoLink
|
| 40 |
## Self-supervised Learning of Human Skeletons and Object Outlines by Linking Keypoints
|
|
|
|
|
|
|
| 41 |
* [Paper](https://arxiv.org/abs/2205.10636)
|
| 42 |
* [Project Page](https://xingzhehe.github.io/autolink/)
|
| 43 |
* [GitHub](https://github.com/xingzhehe/AutoLink-Self-supervised-Learning-of-Human-Skeletons-and-Object-Outlines-by-Linking-Keypoints)
|
|
|
|
| 38 |
gr.Markdown("""
|
| 39 |
# AutoLink
|
| 40 |
## Self-supervised Learning of Human Skeletons and Object Outlines by Linking Keypoints
|
| 41 |
+
## This demo is specifically for self-supervised facial landmark detection
|
| 42 |
+
#### Note that there is no face detection in this demo, so please make sure that the face is center-around in the image.
|
| 43 |
* [Paper](https://arxiv.org/abs/2205.10636)
|
| 44 |
* [Project Page](https://xingzhehe.github.io/autolink/)
|
| 45 |
* [GitHub](https://github.com/xingzhehe/AutoLink-Self-supervised-Learning-of-Human-Skeletons-and-Object-Outlines-by-Linking-Keypoints)
|