We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f32ecd commit ef81df8Copy full SHA for ef81df8
sign_language_datasets/datasets/mediapi_skel/mediapi_skel.py
@@ -53,8 +53,8 @@
53
"""
54
55
_POSE_HEADERS = {
56
- "holistic": path.join(path.dirname(path.realpath(__file__)), "openpose.header"),
57
- "openpose": path.join(path.dirname(path.realpath(__file__)), "holistic.header")
+ "holistic": path.join(path.dirname(path.realpath(__file__)), "holistic.header"),
+ "openpose": path.join(path.dirname(path.realpath(__file__)), "openpose.header")
58
}
59
60
_SPLITS = {
0 commit comments