Commit Β·
ad05294
1
Parent(s): 37a9bd4
fixed toml
Browse files- README.md +1 -1
- demo/app.py +2 -2
README.md
CHANGED
|
@@ -23,7 +23,7 @@ tags:
|
|
| 23 |
- agentic-analysis
|
| 24 |
- overlay-video
|
| 25 |
- temporal-patterns
|
| 26 |
-
short_description:
|
| 27 |
license: apache-2.0
|
| 28 |
---
|
| 29 |
|
|
|
|
| 23 |
- agentic-analysis
|
| 24 |
- overlay-video
|
| 25 |
- temporal-patterns
|
| 26 |
+
short_description: Laban Movement Analysis (LMA) from pose estimation
|
| 27 |
license: apache-2.0
|
| 28 |
---
|
| 29 |
|
demo/app.py
CHANGED
|
@@ -149,14 +149,14 @@ def create_demo() -> gr.Blocks:
|
|
| 149 |
# ββ Hero banner ββ
|
| 150 |
gr.Markdown(
|
| 151 |
"""
|
| 152 |
-
#
|
| 153 |
|
| 154 |
Pose estimation β’ AI action recognition β’ Movement Analysis
|
| 155 |
"""
|
| 156 |
)
|
| 157 |
with gr.Tabs():
|
| 158 |
# Tab 1: Standard Analysis
|
| 159 |
-
with gr.Tab("
|
| 160 |
gr.Markdown("""
|
| 161 |
### Upload a video file to analyze movement using traditional LMA metrics with pose estimation.
|
| 162 |
""")
|
|
|
|
| 149 |
# ββ Hero banner ββ
|
| 150 |
gr.Markdown(
|
| 151 |
"""
|
| 152 |
+
# π©° Laban Movement Analysis
|
| 153 |
|
| 154 |
Pose estimation β’ AI action recognition β’ Movement Analysis
|
| 155 |
"""
|
| 156 |
)
|
| 157 |
with gr.Tabs():
|
| 158 |
# Tab 1: Standard Analysis
|
| 159 |
+
with gr.Tab("π Standard Analysis"):
|
| 160 |
gr.Markdown("""
|
| 161 |
### Upload a video file to analyze movement using traditional LMA metrics with pose estimation.
|
| 162 |
""")
|