Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -193,11 +193,12 @@ with gr.Blocks() as demo:
|
|
193 |
# Introduction text box
|
194 |
intro_text = gr.Markdown("""
|
195 |
## Do It Yourself: Learning Semantic Correspondence from Pseudo-Labels
|
196 |
-
[Project Page](https://
|
197 |
|
198 |
Welcome to the DIY-SC demo!
|
199 |
Upload two images and select a keypoint in the source image. This demo will compute and visualize the feature similarity map and a corresponding point in the target image.
|
200 |
You can choose between the DIY-SC (DINOv2) or the DINOv2 feature extractor.
|
|
|
201 |
""")
|
202 |
|
203 |
# Image upload / display components
|
|
|
193 |
# Introduction text box
|
194 |
intro_text = gr.Markdown("""
|
195 |
## Do It Yourself: Learning Semantic Correspondence from Pseudo-Labels
|
196 |
+
[Project Page](https://github.com/odunkel/DIY-SC) | [GitHub Repository](https://github.com/odunkel/DIY-SC)
|
197 |
|
198 |
Welcome to the DIY-SC demo!
|
199 |
Upload two images and select a keypoint in the source image. This demo will compute and visualize the feature similarity map and a corresponding point in the target image.
|
200 |
You can choose between the DIY-SC (DINOv2) or the DINOv2 feature extractor.
|
201 |
+
The demo is currently only running on CPUs. For this reason the run time is longer and a lower resolution is used, which results in a performance drop. We will update this soon.
|
202 |
""")
|
203 |
|
204 |
# Image upload / display components
|