SwinTransformer / Video-Swin-Transformer

This is an official implementation for "Video Swin Transformers".
https://arxiv.org/abs/2106.13230
Apache License 2.0
1.45k stars 200 forks source link

Fixed mmaction folder to make Swin-T working and made the installation faster and easier #53

Open Viditagarwal7479 opened 2 years ago

Viditagarwal7479 commented 2 years ago

Motivation

To make the Swin-T model workable currently if you try to implement it one can't due to so many errors and dependencies issues.

Modification

Added an environment.yml file that makes one create the same environment took me a good time to solve the dependency issues. Added and modified files in mmaction folder so that necessary files could be properly be imported