Add library name to model card (#1)
Browse files- Add library name to model card (0ff763bd941859df112b3e6c67e98b7a364f5713)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -3,7 +3,9 @@ license: mit
|
|
3 |
pipeline_tag: video-classification
|
4 |
tags:
|
5 |
- skeleton-based-action-recognition
|
|
|
6 |
---
|
|
|
7 |
# ProtoGCN
|
8 |
PyTorch implementation of [Revealing Key Details to See Differences: A Novel Prototypical Perspective for Skeleton-based Action Recognition](https://arxiv.org/abs/2411.18941).
|
9 |
|
|
|
3 |
pipeline_tag: video-classification
|
4 |
tags:
|
5 |
- skeleton-based-action-recognition
|
6 |
+
library_name: pytorch
|
7 |
---
|
8 |
+
|
9 |
# ProtoGCN
|
10 |
PyTorch implementation of [Revealing Key Details to See Differences: A Novel Prototypical Perspective for Skeleton-based Action Recognition](https://arxiv.org/abs/2411.18941).
|
11 |
|