GSM icon indicating copy to clipboard operation
GSM copied to clipboard

Gate-Shift Networks for Video Action Recognition - CVPR 2020

Results 15 GSM issues
Sort by recently updated
recently updated
newest added

I want to implement this GSM model on a custom dataset. Could you please kindly let me know to what all files I have to make changes to in order...

dose this repository has a way to apply grad-cam ? however, I try to use this https://github.com/ramprs/grad-cam to apply grad-cam but does not work with me please help to use...

As a novice, I saw that the author used different frames to train the model in the paper. Could you tell me how to set the parameters to change the...

HI! How does GSM selectively integrate spatial and temporal information through gating? When the gating values are different, which py file in the project can be found the differencing and...

Thanks for your beautiful work. I trained the .sh file `python main.py something-v1 RGB --arch BNInception \ --num_segments 8 --consensus_type avg \ --batch-size 16 --iter_size 2 --dropout 0.5 \ --lr...

Hi, I would like to achieve the performance you mentioned in the paper (~40%). I am training the model with the following configuration which after 15 epochs gave me 18.65%...

Hi, I try to train the model on my computer on Diving48 dataset. But if I set the batch_size 16, the training program will be out of my GPU memory....

Take args.iter_size==2 for example, I think the clipped and accumulated grads of your codes are clip(clip(grads1)+grads2), not clip(grads1+grads2), which makes more sense for me. I haven't run the code yet,...

In the paper, which layer of features is used in Figure 5 to make t-sne