File size: 410 Bytes
600d63e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
---
license: mit
pipeline_tag: video-classification
tags:
- skeleton-based-action-recognition
library_name: pytorch
---
# ACLNet
PyTorch implementation of [Affinity Contrastive Learning for Skeleton-based Human Activity Understanding](https://arxiv.org/abs/2601.16694).
The paper page is [here](https://huggingface.co/papers/2601.16694).
It is also released on [GitHub](https://github.com/firework8/ACLNet). |