Downloads · 30 days
22
61% of all-time downloads
braindecode/EMG2Pose-emg2pose
EMG2Pose-emg2pose is a other model from braindecode. Use it for the other task on the model card, and read the license before you ship it in a product. It is set up for braindecode. The card lists the license as cc-by-nc-sa-4.0.
Meta's released regressionemg2pose.ckpt from the emg2pose benchmark, rehosted with braindecode's parameter names:
Downloads · 30 days
22
61% of all-time downloads
All-time downloads
36
Public
Parameters
3M
23.7 MB on disk
Likes
0
Public
Click a slice to open those files.
.bin11.8 MB · 50%
From the Hugging Face model README
Meta's released regression_emg2pose.ckpt from the
emg2pose benchmark, rehosted with
braindecode's parameter names:
from braindecode.models import VEMG2Pose
model = VEMG2Pose.from_pretrained("braindecode/EMG2Pose-emg2pose")
16-channel sEMG at 2 kHz in, 20 joint angles per sample out. The encoder uses valid convolutions and consumes a left context of 1790 samples, so windows must be longer than that; the paper trains on 11,790 (10,000 + 1790).
decoder="mlp", parameterization="position". The stateless MLP decoder reads the pose out directly at each step, still conditioned on the previous pose. Trained without a ground-truth initial pose.
Not retrained — the authors' checkpoint with parameter names rewritten. Loaded into
braindecode.models.VEMG2Pose and run against the reference emg2pose.pose_modules
implementation on the same input, the outputs are bit-identical (max absolute
difference 0.0), with all 68 tensors mapped.
Weights are Meta's, under CC BY-NC-SA 4.0 (non-commercial, share-alike), carried over unchanged. The UmeTrack hand model behind the labels is CC BY-NC 4.0.