st-resnet icon indicating copy to clipboard operation
st-resnet copied to clipboard

Code release for "Spatiotemporal Residual Networks for Video Action Recognition", NIPS16 & "Spatiotemporal Multiplier Networks for Video Action Recognition", CVPR17.

Results 7 st-resnet issues
Sort by recently updated
recently updated
newest added

In your paper, xl+1 = xl ∗ Wˆ l + bl , where the biases bl are initialized as 0 and Wˆ l ∈ 1× 1× T× Cl × Cl...

In figure 3 of the paper, each block of conv2_x, conv3_x, conv4_x, conv5_x and pool5 connects to 5 blocks of the previous layer. I think T=3 in the two 1x1x3...

> err1__spatial (train):0.061 >err1_temporal (train):0.082 >loss_fc1000_spatial (train):0.165 >loss_fc1000_temporal (train):0.295 >err1 (val):0.421 >err1__spatial (val):0.151 >err1_temporal (val):0.039 >err5 (val):0.421 >loss_fc1000_spatial (val):1.820 >loss_fc1000_temporal (val):0.368 Can anyone explain, thank you very much!

https://github.com/feichtenhofer/st-resnet/blob/8b4f28431b5abe881c3b5192c309ac7a303b5c9d/cnn_get_im_flow_batch.m#L87 I got an error while train: `Undefined function or variable 'vl_colsubset'.`

The models and data can not be download. Are there other links?

MATLAB:2015b CUDA:8.0 When I run STMulNet.m , it comes the bug: ``` Error using cnn_train_dag (line 136) Error detected on workers 1 2. Error in STMulNet (line 674) [info] =...

## There is an error while I run STMulNet.m Error using dagnn.Layer/load (line 200) No property `pickTemporalCentre` for a layer of type `dagnn.Sum`. Error in dagnn.DagNN.loadobj (line 27) block.load(struct(s.layers(l).block)) ;...