Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DASTM
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
马宁(18博)
DASTM
Commits
e53077ef
Unverified
Commit
e53077ef
authored
Aug 06, 2022
by
NingMa
Committed by
GitHub
Aug 06, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
4b6957a2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+4
-3
No files found.
README.md
View file @
e53077ef
...
...
@@ -15,13 +15,14 @@ The used datasets or their subsets can be found [here](https://drive.google.com/
# Run
##
Run train.py with full model(DASTM (full), 5-way-1-shot, STGCN, on NTU RGB+D 120).
1.
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
##
Run train.py with default parameters(DASTM w/ RankMax, 5-way-1-shot, STGCN, on NTU RGB+D 120).
2.
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
##
Run train.py with spatial activation(DASTM w/ SA, 5-way-1-shot, STGCN, on NTU RGB+D 120).
3.
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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment