Spaces:
Sleeping
Sleeping
Colin Leong
commited on
Commit
·
61f1b91
1
Parent(s):
e064361
Add links to Youtube ASL and SignCLIP
Browse files
app.py
CHANGED
|
@@ -162,7 +162,7 @@ if uploaded_file is not None:
|
|
| 162 |
points_dict[component.name] = selected_points
|
| 163 |
|
| 164 |
elif component_selection == "signclip":
|
| 165 |
-
st.write("Selected landmarks used for SignCLIP.")
|
| 166 |
chosen_component_names = [
|
| 167 |
"POSE_LANDMARKS",
|
| 168 |
"FACE_LANDMARKS",
|
|
@@ -172,7 +172,7 @@ if uploaded_file is not None:
|
|
| 172 |
points_dict = {"FACE_LANDMARKS": FACEMESH_CONTOURS_POINTS}
|
| 173 |
|
| 174 |
elif component_selection == "youtube-asl":
|
| 175 |
-
st.write("Selected landmarks used for
|
| 176 |
# https://arxiv.org/pdf/2306.15162
|
| 177 |
# For each hand, we use all 21 landmark points.
|
| 178 |
# Colin: So that's
|
|
|
|
| 162 |
points_dict[component.name] = selected_points
|
| 163 |
|
| 164 |
elif component_selection == "signclip":
|
| 165 |
+
st.write("Selected landmarks used for [SignCLIP](https://arxiv.org/abs/2407.01264).")
|
| 166 |
chosen_component_names = [
|
| 167 |
"POSE_LANDMARKS",
|
| 168 |
"FACE_LANDMARKS",
|
|
|
|
| 172 |
points_dict = {"FACE_LANDMARKS": FACEMESH_CONTOURS_POINTS}
|
| 173 |
|
| 174 |
elif component_selection == "youtube-asl":
|
| 175 |
+
st.write("Selected landmarks used for [YouTube-ASL](https://arxiv.org/pdf/2306.15162).")
|
| 176 |
# https://arxiv.org/pdf/2306.15162
|
| 177 |
# For each hand, we use all 21 landmark points.
|
| 178 |
# Colin: So that's
|