-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Video Swin Transformer
Model
#2262
Comments
@innat Thanks for filing the issue! Are you interested in contributing? |
Unfortunately I don't have long bandwidth to keep working on this feature, (I've noticed there are many pending PR). Therefore, unless there is a high-priority inclusion of this feature in kerascv's current roadmap, I am willing to offer guidance to any contributor interested. Thank you for your understanding. |
Hey @innat @divyashreepathihalli. This project seems interesting and I wish to contribute. Will require some guidance too since I am new to Keras codebase. |
@simeetnayan81 |
Thank you @simeetnayan81 for your interest and thank you @innat for your help! The team currently does not have bandwidth for this. We appreciate the help!! |
Hey @innat @divyashreepathihalli! I'd love to add this model to the codebase. I have prior experience with handling the models implemented in KerasCV as well. Thanks! |
@ID6109 @simeetnayan81 Note, unlike image model which only have imagenet weight currently, video mdoels often comes with pretrained weight for mutliple dataset, i.e. kinetrics, something something. Also, their rescaling can be different. At first, you don't need to worry about weight, just start adding backbone and high level classifier. |
Created a branch - https://github.com/keras-team/keras-cv/tree/video-swin-transformer |
@divyashreepathihalli |
Short Description
Video Swin Transformer is a pure transformer based video modeling algorithm, attained top accuracy on the major video recognition benchmarks.
Papers
https://arxiv.org/abs/2106.13230
published in 2021, Cited by 1154 (until now).
Existing Implementations
Other Information
The text was updated successfully, but these errors were encountered: