Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
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 |
+
|
10 |
+
It is also released on [GitHub](https://github.com/firework8/ProtoGCN).
|