jonigata commited on
Commit
01b9ec9
1 Parent(s): 554b11d

add description

Browse files
Files changed (1) hide show
  1. main.py +3 -0
main.py CHANGED
@@ -89,6 +89,9 @@ Pose image generated by this tool has pose data in the image itself. You can reu
89
 
90
  #### Points to note for pseudo-3D rotation
91
  When performing pseudo-3D rotation on the X and Y axes, the projection is converted to 2D and Z-axis information is lost when the mouse button is released. This means that if you finish dragging while the shape is collapsed, you may not be able to restore it to its original state. In such a case, please use the "undo" function.
 
 
 
92
  """)
93
  with gr.Column(scale=2):
94
  html = gr.HTML(html_text)
 
89
 
90
  #### Points to note for pseudo-3D rotation
91
  When performing pseudo-3D rotation on the X and Y axes, the projection is converted to 2D and Z-axis information is lost when the mouse button is released. This means that if you finish dragging while the shape is collapsed, you may not be able to restore it to its original state. In such a case, please use the "undo" function.
92
+
93
+ #### Pose estimation
94
+ In this project, MMPose is used for pose estimation.
95
  """)
96
  with gr.Column(scale=2):
97
  html = gr.HTML(html_text)