-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Doc] Update TimeSformer models' README & metafile #2124
Conversation
Codecov ReportBase: 75.35% // Head: 75.35% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #2124 +/- ##
========================================
Coverage 75.35% 75.35%
========================================
Files 143 143
Lines 10856 10856
Branches 1780 1780
========================================
Hits 8180 8180
Misses 2269 2269
Partials 407 407
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
# file_client_args = dict( | ||
# io_backend='petrel', | ||
# path_mapping=dict( | ||
# {'data/kinetics400': 's3://openmmlab/datasets/action/Kinetics400'})) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part should be removed.
e.g., lr=0.005 for 8 GPUs x 8 videos/gpu and lr=0.00375 for 8 GPUs x 6 videos/gpu. | ||
| frame sampling strategy | resolution | gpus | backbone | pretrain | top1 acc | top5 acc | testing protocol | FLOPs | params | config | ckpt | log | | ||
| :---------------------: | :--------: | :--: | :---------------------: | :----------: | :------: | :------: | :--------------: | :---: | :----: | :----------------------------: | :--------------------------: | :-------------------------: | | ||
| 8x32x1 | 224x224 | 8 | TimeSformer (divST) | ImageNet-21K | 77.69 | 93.45 | 1 clip x 3 crop | 196G | 122M | [config](/configs/recognition/timesformer/timesformer_divST_8xb8-8x32x1-15e_kinetics400-rgb.py) | [ckpt](https://download.openmmlab.com/mmaction/v1.0/recognition/timesformer/timesformer_divST_8xb8-8x32x1-15e_kinetics400-rgb/timesformer_divST_8xb8-8x32x1-15e_kinetics400-rgb_20220815-a4d0d01f.pth) | [log](https://download.openmmlab.com/mmaction/v1.0/recognition/timesformer/timesformer_divST_8xb8-8x32x1-15e_kinetics400-rgb/timesformer_divST_8xb8-8x32x1-15e_kinetics400-rgb.log) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the resolution setting changed?
debug doc of uniformerv1&v2 debug pre-commit of uniformerv1&v2 debug doc [Refactor] Refactor and Enhance 2s-AGCN (open-mmlab#2130) [Doc] Update TSN models' README & metafile (open-mmlab#2122) [Doc] Update TimeSformer models' README & metafile (open-mmlab#2124) fix mvit readme (open-mmlab#2125) [Doc] Update SlowOnly models' README & metafile (open-mmlab#2126) Co-authored-by: wxDai <wxDai2001@gmail.com> [Doc] Update TRN models' README & metafile (open-mmlab#2129) debug merge debug doc and test debug doc fix init_weight update readme update readme fix the readme
debug doc of uniformerv1&v2 debug pre-commit of uniformerv1&v2 debug doc [Refactor] Refactor and Enhance 2s-AGCN (open-mmlab#2130) [Doc] Update TSN models' README & metafile (open-mmlab#2122) [Doc] Update TimeSformer models' README & metafile (open-mmlab#2124) fix mvit readme (open-mmlab#2125) [Doc] Update SlowOnly models' README & metafile (open-mmlab#2126) Co-authored-by: wxDai <wxDai2001@gmail.com> [Doc] Update TRN models' README & metafile (open-mmlab#2129) debug merge debug doc and test debug doc fix init_weight update readme update readme fix the readme
debug doc of uniformerv1&v2 debug pre-commit of uniformerv1&v2 debug doc [Refactor] Refactor and Enhance 2s-AGCN (open-mmlab#2130) [Doc] Update TSN models' README & metafile (open-mmlab#2122) [Doc] Update TimeSformer models' README & metafile (open-mmlab#2124) fix mvit readme (open-mmlab#2125) [Doc] Update SlowOnly models' README & metafile (open-mmlab#2126) Co-authored-by: wxDai <wxDai2001@gmail.com> [Doc] Update TRN models' README & metafile (open-mmlab#2129) debug merge debug doc and test debug doc fix init_weight update readme update readme fix the readme
debug doc of uniformerv1&v2 debug pre-commit of uniformerv1&v2 debug doc [Refactor] Refactor and Enhance 2s-AGCN (open-mmlab#2130) [Doc] Update TSN models' README & metafile (open-mmlab#2122) [Doc] Update TimeSformer models' README & metafile (open-mmlab#2124) fix mvit readme (open-mmlab#2125) [Doc] Update SlowOnly models' README & metafile (open-mmlab#2126) Co-authored-by: wxDai <wxDai2001@gmail.com> [Doc] Update TRN models' README & metafile (open-mmlab#2129) debug merge debug doc and test debug doc fix init_weight update readme update readme fix the readme
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily got feedback.
If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Please describe the motivation of this PR and the goal you want to achieve through this PR.
Modification
Please briefly describe what modification is made in this PR.
BC-breaking (Optional)
Does the modification introduces changes that break the back-compatibility of this repo?
If so, please describe how it breaks the compatibility and how users should modify their codes to keep compatibility with this PR.
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist