Spaces:
Running
Running
Colin Leong
commited on
Commit
·
77d65a9
1
Parent(s):
84dfc7c
Add some more documentation at the top
Browse files
app.py
CHANGED
@@ -108,7 +108,12 @@ st.write(
|
|
108 |
"I made this app to help me visualize and understand the format, including different 'components' and 'points', and what they are named."
|
109 |
)
|
110 |
st.write(
|
111 |
-
"If you need a .pose file, here's
|
|
|
|
|
|
|
|
|
|
|
112 |
)
|
113 |
uploaded_file = st.file_uploader("Upload a .pose file", type=[".pose", ".pose.zst"])
|
114 |
|
|
|
108 |
"I made this app to help me visualize and understand the format, including different 'components' and 'points', and what they are named."
|
109 |
)
|
110 |
st.write(
|
111 |
+
"If you need a .pose file, here's a few:"
|
112 |
+
)
|
113 |
+
st.write("* One of [me doing a self-introduction](https://drive.google.com/file/d/1_L5sYVhONDBABuTmQUvjsl94LbFqzEyP/view?usp=sharing)")
|
114 |
+
st.write("* One of [me signing ASL 'HOUSE'](https://drive.google.com/file/d/1uggYqLyTA4XdDWaWsS9w5hKaPwW86IF_/view?usp=sharing)")
|
115 |
+
st.write(
|
116 |
+
"* ... or [the same file, but with the 10 extra landmarks](https://drive.google.com/file/d/1XHkfn24PIas1a3XUUXYXTX2DvYeUDuCI/view?usp=drive_link) from mediapipe holistic's [`refine_face_landmarks` option](https://github.com/sign-language-processing/pose/?tab=readme-ov-file#2-estimating-pose-from-video)"
|
117 |
)
|
118 |
uploaded_file = st.file_uploader("Upload a .pose file", type=[".pose", ".pose.zst"])
|
119 |
|