orhir commited on
Commit
77e5816
·
verified ·
1 Parent(s): 3c43b62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -33,9 +33,9 @@ with gr.Blocks() as demo:
33
  EdgeCape achieves state-of-the-art results in the 1-shot setting and leads among similar-sized methods in the 5-shot setting, significantly improving keypoint localization accuracy.
34
  ### [Paper](https://arxiv.org/pdf/2411.16665) | [Project Page](https://orhir.github.io/edge_cape/)
35
  ## Instructions
36
- 1. Upload an image of the object you want to pose.
37
- 2. Mark keypoints on the image.
38
- 3. Mark limbs on the image.
39
  4. Upload an image of the object you want to pose to the query image (**bottom**).
40
  5. Click **Evaluate** to pose the query image.
41
  ''')
 
33
  EdgeCape achieves state-of-the-art results in the 1-shot setting and leads among similar-sized methods in the 5-shot setting, significantly improving keypoint localization accuracy.
34
  ### [Paper](https://arxiv.org/pdf/2411.16665) | [Project Page](https://orhir.github.io/edge_cape/)
35
  ## Instructions
36
+ 1. Upload an image from the same category as the object you want to pose.
37
+ 2. Mark keypoints on the middle image. When finished - press 'Confirm Clicked Points'.
38
+ 3. Mark limbs on the right image.
39
  4. Upload an image of the object you want to pose to the query image (**bottom**).
40
  5. Click **Evaluate** to pose the query image.
41
  ''')