Dataset Viewer
The dataset viewer is not available for this dataset.
The JWT signature verification failed. Check the signing key and the algorithm.
Error code: JWTInvalidSignature
Exception: InvalidSignatureError
Message: Signature verification failed
Traceback: Traceback (most recent call last):
File "/src/libs/libapi/src/libapi/jwt_token.py", line 286, in validate_jwt
decoded = jwt.decode(
jwt=token,
...<2 lines>...
options=options,
)
File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 368, in decode
decoded = self.decode_complete(
jwt,
...<8 lines>...
leeway=leeway,
)
File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 265, in decode_complete
decoded = self._jws.decode_complete(
jwt,
...<3 lines>...
detached_payload=detached_payload,
)
File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 270, in decode_complete
self._verify_signature(
~~~~~~~~~~~~~~~~~~~~~~^
signing_input,
^^^^^^^^^^^^^^
...<4 lines>...
options=merged_options,
^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 417, in _verify_signature
raise InvalidSignatureError("Signature verification failed")
jwt.exceptions.InvalidSignatureError: Signature verification failedNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Interaction — 源视频
interaction 复现所用的源视频/片段(未抽帧)。抽好帧的版本见配套仓库 momo321654/interaction-frames。
- ~70 万视频/片段,跨 ~40 个源(Kinetics / Live-WhisperX / EgoIT / Molmo2 / TimeLens / CharadesEgo / Vript / TGIF / GUI-World …)
- 含:本地动作识别库、流式解说、自我中心切片、YouTube 下载片段、动图 GIF 等
文件结构
data/<源>__NNN.tar— 按源切的 ≤10G 独立分片(每片可单独解压)- 解压:
tar xf <源>__NNN.tar→ 得到videos_pool/<源>/<视频文件> - 视频名与 frames 仓库
processed_data/*.json的video_name对应
- Downloads last month
- 2,231