Unverified Commit 951e9258 authored by NingMa's avatar NingMa Committed by GitHub

Update README.md

parent e53077ef
......@@ -15,14 +15,16 @@ The used datasets or their subsets can be found [here](https://drive.google.com/
# Run
1. Run train.py with full model(DASTM (full), 5-way-1-shot, STGCN, on NTU RGB+D 120).
## Run train.py with full model(DASTM (full), 5-way-1-shot, STGCN, on NTU RGB+D 120).
python train.py --SA 1 --reg 0.1
2. Run train.py with default parameters(DASTM w/ RankMax, 5-way-1-shot, STGCN, on NTU RGB+D 120).
## Run train.py with default parameters(DASTM w/ RankMax, 5-way-1-shot, STGCN, on NTU RGB+D 120).
python train.py --SA 0 --reg 0.1
3. Run train.py with spatial activation(DASTM w/ SA, 5-way-1-shot, STGCN, on NTU RGB+D 120).
## Run train.py with spatial activation(DASTM w/ SA, 5-way-1-shot, STGCN, on NTU RGB+D 120).
python train.py --SA 1 --reg 0
## The other detailed usages are coming soon. Tue to the limited time, the code base is still being refined.
If you find this code is useful, please cite our paper in your work. Thanks!
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment