Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -344,6 +344,7 @@ with gr.Blocks() as demo:
|
|
344 |
(graphs with text on its nodes), instead of the conventional techniques that use support images.
|
345 |
By leveraging the abstraction power of text-graphs, CapeX showcases SOTA results on MP100 while dropping the need
|
346 |
of providing an annotated support image.
|
|
|
347 |
### [Paper](https://arxiv.org/pdf/2406.00384) | [GitHub](https://github.com/matanr/capex)
|
348 |
## Instructions
|
349 |
1. Explain using text the desired keypoints. Please refer to the example for the correct format.
|
|
|
344 |
(graphs with text on its nodes), instead of the conventional techniques that use support images.
|
345 |
By leveraging the abstraction power of text-graphs, CapeX showcases SOTA results on MP100 while dropping the need
|
346 |
of providing an annotated support image.
|
347 |
+
Please note that this demo demonstrates CapeX-S, i.e. our approach with SwinV2-S image backbone (and not SwinV2-T).
|
348 |
### [Paper](https://arxiv.org/pdf/2406.00384) | [GitHub](https://github.com/matanr/capex)
|
349 |
## Instructions
|
350 |
1. Explain using text the desired keypoints. Please refer to the example for the correct format.
|