Skip to content

Commit ef81df8

Browse files
committed
fix(mediapi): fix pose header paths
1 parent 3f32ecd commit ef81df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sign_language_datasets/datasets/mediapi_skel/mediapi_skel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"""
5454

5555
_POSE_HEADERS = {
56-
"holistic": path.join(path.dirname(path.realpath(__file__)), "openpose.header"),
57-
"openpose": path.join(path.dirname(path.realpath(__file__)), "holistic.header")
56+
"holistic": path.join(path.dirname(path.realpath(__file__)), "holistic.header"),
57+
"openpose": path.join(path.dirname(path.realpath(__file__)), "openpose.header")
5858
}
5959

6060
_SPLITS = {

0 commit comments

Comments
 (0)