CrosSCLR
The Official PyTorch implementation of "3D Human Action Representation Learning via Cross-View Consistency Pursuit" in CVPR 2021
File Explorer
Download Latest Version (.zip)- crossclr_3views_xview.yaml
- linear_eval_crossclr_3views_xview.yaml
- __init__.py
- ntu_feeder.py
- NTUDatasets.py
- preprocess_ntu.py
- tools.py
- graph.py
- tgcn.py
- __init__.py
- crossclr.py
- crossclr_3views.py
- skeletonclr.py
- st_gcn.py
- io.py
- linear_evaluation.py
- pretrain.py
- pretrain_crossclr.py
- pretrain_crossclr_3views.py
- pretrain_skeletonclr.py
- processor.py
- motivation.png
- tsne.gif
- NTU_RGBD120_samples_with_missing_skeletons.txt
- NTU_RGBD60_samples_with_missing_skeletons.txt
- __init__.py
- ntu_read_skeleton.py
- __init__.py
- ntu_gendata.py
- __init__.py
- gpu.py
- io.py
- setup.py
- crossclr_3views_xview_frame50_channel16_cross150_epoch300.pt
- .gitignore
- LICENSE
- main.py
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/LinguoLi/CrosSCLR
Downloads the entire project code from GitHub to your computer.
cd CrosSCLR
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ pip install torch==1.4.0
Installs the Python libraries listed in requirements.txt (or similar).
$ pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
