Skip to content

Commit

Permalink
models
Browse files Browse the repository at this point in the history
  • Loading branch information
yysijie committed Jun 5, 2018
1 parent 3773feb commit a6f59f9
Show file tree
Hide file tree
Showing 6 changed files with 3,014 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ config_v0/*
backup/*
.vscode
model/*
models/*
#models/*
*.pt
*.caffemodel

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
22 changes: 22 additions & 0 deletions config/st_gcn/kinetics_skeleton/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
weights: ./models/kinetics-st_gcn.pt

# feeder
feeder: feeder.feeder.Feeder
test_feeder_args:
data_path: ./data/Kinetics/kinetics-skeleton/val_data.npy
label_path: ./data/Kinetics/kinetics-skeleton/val_label.pkl

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

# test
phase: test
device: 0
test_batch_size: 64
File renamed without changes.
Loading

0 comments on commit a6f59f9

Please sign in to comment.