-
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
[Feature] support MViT #2007
[Feature] support MViT #2007
Conversation
Codecov ReportBase: 76.00% // Head: 75.47% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #2007 +/- ##
===========================================
- Coverage 76.00% 75.47% -0.54%
===========================================
Files 137 140 +3
Lines 9918 10445 +527
Branches 1626 1713 +87
===========================================
+ Hits 7538 7883 +345
- Misses 2029 2178 +149
- Partials 351 384 +33
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. |
[feat] support MViT
[feat] support uniform sample for SthV2 dataset in Class UniformSampleFrames, and move it from poseloading.py to loading.py
[feat] support random batch augment
[feat] support Random Erasing augment