Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
yysijie committed Jun 2, 2018
1 parent 88e4148 commit 3773feb
Show file tree
Hide file tree
Showing 59 changed files with 1,294 additions and 1,957 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ config_v0/*
backup/*
.vscode
model/*
models/*

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
25 changes: 0 additions & 25 deletions config/baseline/kinetics-skeleton-from-rawdata/test.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions config/baseline/kinetics-skeleton-from-rawdata/train.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions config/baseline/kinetics-skeleton/test.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions config/baseline/kinetics-skeleton/train.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions config/baseline/nturgbd-cross-subject/test.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions config/baseline/nturgbd-cross-subject/train.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions config/baseline/nturgbd-cross-view/test.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions config/baseline/nturgbd-cross-view/train.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions config/demo/demo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
work_dir: ./work_dir/demo
weights: ./work_dir/recognition/kinetics_skeleton/ST_GCN//epoch10_model.pt

# model
model: net.st_gcn.Model
model_args:
in_channels: 3
num_class: 400
edge_importance_weighting: True
graph_args:
layout: 'openpose'
strategy: 'spatial'

# training
device: [0]

31 changes: 0 additions & 31 deletions config/st_gcn/kinetics-skeleton-from-rawdata/test.yaml

This file was deleted.

45 changes: 0 additions & 45 deletions config/st_gcn/kinetics-skeleton-from-rawdata/train.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions config/st_gcn/kinetics-skeleton/test.yaml

This file was deleted.

Loading

0 comments on commit 3773feb

Please sign in to comment.