Add library name to model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +2 -0
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