-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support efficient video decoder and PIMS decoder #946
Conversation
unittest and docstring will be updated soon |
Codecov Report
@@ Coverage Diff @@
## master #946 +/- ##
==========================================
+ Coverage 83.67% 83.77% +0.09%
==========================================
Files 132 132
Lines 9983 10056 +73
Branches 1722 1733 +11
==========================================
+ Hits 8353 8424 +71
Misses 1212 1212
- Partials 418 420 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
suggest to train one model with PIMS decoder (accurate / efficient) to validate its efficacy. |
For TSN 1x1x3 UCF-101:
For TSM 1x1x8 Diving48:
According to these results, I updated some descriptions in the docstring. |
Curious about the speed of PIMS |
Speed: Decord > PyAV ≈ PIMS |
@dreamerlin Hi Jintao, it’s better to state that this part of the code comes from MVFNet. |
Hi @dreamerlin, Do you have a numerical comparison of these video decoders? Like how many times faster can Decord be compared to PyAV? Meanwhile, is Decord used here the cpu version or the gpu version? How's speed comparison between the cpu and gpu verison of Decord? Thanks! |
No description provided.