firework8 commited on
Commit
600d63e
·
verified ·
1 Parent(s): 18fa47a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: video-classification
4
+ tags:
5
+ - skeleton-based-action-recognition
6
+ library_name: pytorch
7
+ ---
8
+
9
+ # ACLNet
10
+ PyTorch implementation of [Affinity Contrastive Learning for Skeleton-based Human Activity Understanding](https://arxiv.org/abs/2601.16694).
11
+
12
+ The paper page is [here](https://huggingface.co/papers/2601.16694).
13
+
14
+ It is also released on [GitHub](https://github.com/firework8/ACLNet).