Video-Action-Transformer-Network-Pytorch- icon indicating copy to clipboard operation
Video-Action-Transformer-Network-Pytorch- copied to clipboard

Implementation of the paper Video Action Transformer Network

Results 3 Video-Action-Transformer-Network-Pytorch- issues
Sort by recently updated
recently updated
newest added

Hi! In the paper, it mentions that the query is an ROI, and key and values are from the clip around an ROI. But in this implementation, it seems that...

Do I need to edit the BNClassifier class for regression problems? Training with mse loss and sgd set to 1e-3 doesn't converge but I can't intuitively work out why

Hi, thanks for this helpful code! Have you replicated performance mentioned in the original paper?