Spaces:
Sleeping
Sleeping
creditting
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ from mark_detection import MarkDetector
|
|
7 |
from pose_estimation import PoseEstimator
|
8 |
from utils import refine
|
9 |
from PIL import Image
|
10 |
-
st.title("Pose Estimation")
|
11 |
-
|
12 |
# Choose between Image or Video file upload
|
13 |
file_type = st.selectbox("Choose the type of file you want to upload", ("Image", "Video"))
|
14 |
uploaded_file = st.file_uploader(
|
|
|
7 |
from pose_estimation import PoseEstimator
|
8 |
from utils import refine
|
9 |
from PIL import Image
|
10 |
+
st.title("Head Pose Estimation")
|
11 |
+
st.text("Just a heads up (pun intended)... The code used for this space is largely borrowed from https://github.com/yinguobing/head-pose-estimation. Slightly altered to fit image needs and make it work on huggingface.")
|
12 |
# Choose between Image or Video file upload
|
13 |
file_type = st.selectbox("Choose the type of file you want to upload", ("Image", "Video"))
|
14 |
uploaded_file = st.file_uploader(
|